2 回答
TA贡献2021条经验 获得超8个赞
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>
- 2 回答
- 0 关注
- 437 浏览
添加回答
举报