宝慕林4294392
fckconfig.js:FCKConfig.ToolbarSets["User"] = [ ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],'/', ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], ['FitWindow','ShowBlocks','-'] // No comma for the last row.] ;FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-']] ;[default]未列出来哦当然你可以添加自己的,就在后台添加就OK了-------------------------------------<asp:FCKeditor ID="FckEditor1" runat="server" ToolbarSet="Basic" Height="320px"></asp:FCKeditor>