Skip to content

Commit

Permalink
Updated fck config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Leveille committed Jan 31, 2009
1 parent d66089c commit c73df6d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions smc/core/vendors/fckeditor/fckconfig.js
Expand Up @@ -115,6 +115,18 @@ FCKConfig.ToolbarSets["Default"] = [
['FitWindow','ShowBlocks','-','About'] // No comma for the last row.
] ;

FCKConfig.ToolbarSets["SMC"] = [
['Source','-','Cut','Copy','Paste','-','TextColor','BGColor'],
['Undo','Redo','-','Find','Replace','-','SelectAll'],['Image','Table','Rule','SpecialChar'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
'/',
['Style','FontFormat']
] ;

FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
Expand Down

0 comments on commit c73df6d

Please sign in to comment.