doufei2007 2013-09-20 04:49
浏览 694
已采纳

使用TinyMCE语言包(Malayalam)工作不正常

I am facing a problem in loading the TinyMCE 3.5.8 for malayalam language. I have did the following steps. 1. Downloaded the TinyMCE.3.5.8 2. Downloaded the language pack(malayalam) for TinyMCE 3.x

and done the following steps.

Edit the html file tinymce/examples/simple.html

tinyMCE.init({

     language : "ml", // change language here

     mode : "textareas",

     theme : "simple"   

});

Uploaded the following:

/tinymce/jscripts/tiny_mce/langs/

/tinymce/jscripts/tiny_mce/themes/advanced/langs/

/tinymce/jscripts/tiny_mce/plugins//langs/

Issue: When I run the tinymce/examples/simple.html it is not loading the textarea, when I change the language to en it textarea is working fine. Can anybody say how can I fix this issue?

Or please suggest any other rich text editors to do the same.

  • 写回答

1条回答 默认 最新

  • dongzhi6382 2013-09-20 05:20
    关注

    In the above, you say that you've uploaded ...themes/advanced/langs, but the simple.html loads the simple theme. If you want to use the simple theme, upload ...themes/simple/langs as well. Alternatively, if you only plan on using the advanced theme, set theme to advanced and see if it works.

    If that doesn't fix your issue: If your browser has a network monitor, use that to check for 404 responses on the simple.html test page. It'll tell you which file it's not finding as expected.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大