所有按钮都是一样的。高级主题。 我累了想弄清楚这里发生了什么。
编辑器初始化:
tinyMCE.init({
// General options
elements : "elm1", mode : "textareas",
theme : "advanced",
force_br_newlines : true,
theme_advanced_buttons1 : "link,unlink,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "",
theme_advanced_resizing : true,
});
UPD: TinyMCE使用简单的主题。仅由高级主题引起的问题。
答案 0 :(得分:2)
我能够通过故意在en.js中引入一些错误来重现你的问题。
所以我的建议是获得en.js的新副本
希望它有所帮助!!
答案 1 :(得分:1)
翻译JS文件丢失。可能你以错误的方式启动了tinyMCE。
答案 2 :(得分:1)
问题是themes / advanced / skins / cirkuit / ui.css丢失或损坏。尝试检查skins目录并查找此目录中的css文件。如果这些css文件到位,您将不会遇到此问题。
答案 3 :(得分:0)
问题在于语言文件格式不兼容