mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
79 lines
3.1 KiB
JavaScript
79 lines
3.1 KiB
JavaScript
FCKConfig.ToolbarSets["egw_simple"] = [
|
|
['Bold','Italic','Underline'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
|
['FitWindow'],
|
|
'/',
|
|
['FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor'],
|
|
['ShowBlocks','-','About']
|
|
] ;
|
|
FCKConfig.ToolbarSets["egw_simple_spellcheck"] = [
|
|
['Bold','Italic','Underline'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
|
['FitWindow','SpellCheck'],
|
|
'/',
|
|
['FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor'],
|
|
['ShowBlocks','-','About']
|
|
] ;
|
|
FCKConfig.ToolbarSets["egw_extended"] = [
|
|
['Bold','Italic','Underline'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
|
['Link','Unlink','Anchor'],
|
|
['Find','Replace'],
|
|
['FitWindow','Image','Table'],
|
|
'/',
|
|
['FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor'],
|
|
['ShowBlocks','-','About']
|
|
] ;
|
|
FCKConfig.ToolbarSets["egw_extended_spellcheck"] = [
|
|
['Bold','Italic','Underline'],
|
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
|
['Link','Unlink','Anchor'],
|
|
['Find','Replace'],
|
|
['FitWindow','SpellCheck','Image','Table'],
|
|
'/',
|
|
['FontFormat','FontName','FontSize'],
|
|
['TextColor','BGColor'],
|
|
['ShowBlocks','-','About']
|
|
] ;
|
|
FCKConfig.ToolbarSets["egw_advanced"] = [
|
|
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
|
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
|
['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'],
|
|
['ShowBlocks','-','About']
|
|
] ;
|
|
FCKConfig.ToolbarSets["egw_advanced_spellcheck"] = [
|
|
['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'],
|
|
['ShowBlocks','-','About']
|
|
] ;
|