安装说明
- 将 iespell 目录复制到 TinyMCE 的插件目录(/jscripts/tiny_mce/plugins)。
- 在 TinyMCE 插件选项列表中加入插件,例如: plugins : "iespell"。
- 在按钮列表中加入 iespell 按钮名,例如:theme_advanced_buttons3_add : "iespell"。
初始化示例
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "iespell",
theme_advanced_buttons3_add : "iespell"
});