egroupware/phpgwapi/js/fckeditor/fckeditor.egwconfig.js

79 lines
3.1 KiB
JavaScript
Raw Normal View History

2007-12-17 18:58:19 +01:00
FCKConfig.ToolbarSets["egw_simple"] = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
2007-12-17 18:58:19 +01:00
['FitWindow'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['ShowBlocks','-','About']
2007-12-17 18:58:19 +01:00
] ;
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']
] ;
2007-12-17 18:58:19 +01:00
FCKConfig.ToolbarSets["egw_extended"] = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
2007-12-17 18:58:19 +01:00
['Link','Unlink','Anchor'],
['Find','Replace'],
['FitWindow','Image','Table'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['ShowBlocks','-','About']
2007-12-17 18:58:19 +01:00
] ;
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']
] ;
2007-12-17 18:58:19 +01:00
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'],
2007-12-17 18:58:19 +01:00
['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']
] ;