所有按钮都是一样的。高级主题。我厌倦了试图弄清楚这里发生了什么。
编辑器初始化:
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 使用简单的主题。仅由高级主题引起的问题。