www.gusucode.com > cso中国seo优化html整站源码程序 > editor/custom.config.js

    //manage
FCKConfig.ToolbarSets["manage"] = [
	['Source','ShowBlocks','Preview','FitWindow','Find','Replace','Bold','Italic','Underline','StrikeThrough','Image','Flash','Link','Unlink','Anchor','OrderedList','UnorderedList'],
	'/',
	['FontFormat','TextColor','BGColor','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','Blockquote','CreateDiv','HighLighter','PageBreak']
] ;

//review
FCKConfig.ToolbarSets["review"] = [
	['Source','Bold','Italic','Underline','StrikeThrough','Link','Unlink','Rule','TextColor','BGColor'] 
];

FCKConfig.PluginsPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/customPlugins' ;
FCKConfig.Plugins.Add( 'highlighter' , 'zh-cn') ;