我将FCK的工具条配置文件fckconfig.js修改了,删除了很多东西,就留一些简单的使用,但页面显示的时候,那些按钮还在,请问如何解决;
我下的版本是2.6.3,该部分修改代码如下FCKConfig.ToolbarSets["Default"] = [
['Source','DocProps','-','Preview','-'],
['Cut','Copy','Paste','PasteText','PasteWord','-'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
//['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','ShowBlocks','-','About'] // No comma for the last row.
] ;FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
我调用的代码:<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" ToolbarSet="Default">
        </FCKeditorV2:FCKeditor>
工具栏显示: