mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:39 +01:00
36 lines
1.3 KiB
JavaScript
36 lines
1.3 KiB
JavaScript
FCKConfig.ToolbarSets["egw_simple"] = [
|
|
['Bold','Italic','Underline'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
|
['FitWindow'],
|
|
'/',
|
|
['FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor']
|
|
] ;
|
|
|
|
FCKConfig.ToolbarSets["egw_extended"] = [
|
|
['Bold','Italic','Underline'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
|
['Link','Unlink','Anchor'],
|
|
['Find','Replace'],
|
|
['FitWindow','Image','Table'],
|
|
'/',
|
|
['FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor']
|
|
] ;
|
|
|
|
FCKConfig.ToolbarSets["egw_advanced"] = [
|
|
['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'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','-','Outdent','Indent'],
|
|
['Link','Unlink','Anchor'],
|
|
['FitWindow','Image',/*'Flash',*/'Table','Rule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey'
|
|
'/',
|
|
['Style','FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor']
|
|
] ; |