CommunityID/javascript/fck_custom_config.js

17 lines
762 B
JavaScript

FCKConfig.ToolbarSets["MonkeysToolbar"] = [
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
['FitWindow','ShowBlocks','-','About'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor']
] ;
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;