我的TinyMCE init看起来像这样:
var tinymce_advanced_options = {
mode : "textareas",
theme : "advanced",
editor_deselector : "mceNoEditor",
theme_advanced_resizing_min_width : 500,
theme_advanced_resizing_max_width : 800,
plugins : "autoresize,paste,preview,safari,table,contextmenu,paste,imagepopup,emotions",
width: "800",
button_title_map: false,
apply_source_formatting: true,
theme_advanced_toolbar_align: "left",
theme_advanced_buttons1: "formatselect,outdent,indent,seperator,undo,redo,separator,emotions",
theme_advanced_buttons2: "justifyleft,justifycenter,justifyright,separator,bold,italic,separator,bullist,numlist,link,separator,imagepopup,table,separator",
theme_advanced_buttons3: "preview",
plugin_preview_width : "500",
plugin_preview_height : "600",
theme_advanced_toolbar_location: "bottom",
theme_advanced_resizing : true,
theme_advanced_blockformats : "p,h2,h3,blockquote"
};
这在Firefox中运行良好,而在Internet Explorer 7中,微调器保持旋转并且从不加载。
任何线索都表示赞赏。
答案 0 :(得分:2)
尝试评论除顶部之外的所有行,首先在IE7中使用。然后逐行取消注释以查看其配置的任何部分。