TinyMCE,当我改变语言时,编辑器不会出现

时间:2012-11-20 16:39:22

标签: php tinymce

我的tinyMCE有问题。当我使用defaut语言(英语)时,一切正常。

    tinyMCE.init({
    // General options
    relative_urls : true,       
    mode : "textareas",
    theme : "advanced",
    skin : "o2k7",
    width: "790",
    height: "650",
    plugins : "smarty,img,sondage,variable,autolink,questionnaire,example,fullpage,lists,pagebreak,style,layer,table,save,advhr,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,autosave",
    // Theme options
    theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
    theme_advanced_buttons2 : "outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist",
    theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
    theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft,|,img,questionnaire,variable,sondage,smarty",
    theme_advanced_buttons3_add : "fullpage",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_resizing : true,

    // Example word content CSS (should be your site CSS) this one removes paragraph margins
    content_css : "/com-include/cms-v1/editeur/tinymce/examples/css/word.css",

    // Drop lists for link/image/media/template dialogs
    template_external_list_url : "/com-include/cms-v1/editeur/tinymce/examples/lists/template_list.js",
    external_link_list_url : "/com-include/cms-v1/editeur/tinymce/examples/lists/link_list.js",
    external_image_list_url : "/com-include/cms-v1/editeur/tinymce/examples/lists/image_list.js",
    media_external_list_url : "/com-include/cms-v1/editeur/tinymce/examples/lists/media_list.js",

    // Replace values for the template plugin
    template_replace_values : {
        username : "Some User",
        staffid : "991234"
    }

但是现在,如果我添加一个attribut language : 'fr',编辑器就不会出现,我不知道为什么。我已下载语言包。

你有什么想法吗?谢谢!

1 个答案:

答案 0 :(得分:0)

确保langs目录中有相应的语言文件..