egroupware/phpgwapi/js/fckeditor/fckeditor.egwconfig.js
Klaus Leithoff 260ce05397 update to FCK 2.6.3, please note: you probably have to delete your browser cache!
this should fix the <br type="_moz"> bug.
-added the about button in all egw_config settings, as it enables the user to check the version of the editor
-added the show-blocks button in all egw_config settings, as it enables the user to check the structure elements of his document
2008-10-08 10:16:30 +00:00

75 lines
2.8 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'],
['ShowBlocks','-','About']
] ;
FCKConfig.ToolbarSets["egw_simple_spellcheck"] = [
['Bold','Italic','Underline'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
['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'],
['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'],
['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']
] ;