【发布时间】:2015-01-11 18:27:29
【问题描述】:
我一直在无情地删除按钮/插件,但我就是找不到如何删除拼写检查按钮。我已经设法删除了 SCAYT 插件,这样它就不再显示,但拼写检查按钮不会移动:
CKEDITOR.editorConfig = function( config ) {
config.resize_enabled = false;
config.removeButtons = 'Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript,addFile,Image,Table,Styles,Format,Maximize,HorizontalRule,Unlink,Blockquote,Indent,Outdent,RemoveFormat,Source,Spell';
config.removePlugins = 'about,specialchar,scayt,spellchecker,elementspath,resize';
};
我还尝试向 removeButtons 添加各种拼写变体,例如 SpellChecking、SpellCheck、Spelling 等。我需要设置什么?
【问题讨论】:
标签: javascript ckeditor