diff --git a/phpgwapi/js/ckeditor3/ckeditor.egwconfig.js b/phpgwapi/js/ckeditor3/ckeditor.egwconfig.js deleted file mode 100644 index e9ad08ee5b..0000000000 --- a/phpgwapi/js/ckeditor3/ckeditor.egwconfig.js +++ /dev/null @@ -1,137 +0,0 @@ -CKEDITOR.editorConfig = function( config ) -{ - - config.toolbar_egw_simple = [ - ['Bold','Italic','Underline'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Maximize'], - '/', - ['Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_simple_spellcheck = [ - ['Bold','Italic','Underline'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Maximize','SpellChecker'], - '/', - ['Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_simple_aspell = [ - ['Bold','Italic','Underline'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Maximize','SpellCheck'], - '/', - ['Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - -// config.toolbar_egw_simple.concat([ -// '/', -// ['Format','Font','FontSize'], -// ['TextColor','BGColor'], -// ['ShowBlocks','-','About'] -// ]); - - config.toolbar_egw_extended = [ - ['Bold','Italic','Underline'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Link','Unlink','Anchor'], - ['Find','Replace'], - ['Maximize','Image','Table'], - '/', - ['Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_extended_spellcheck = [ - ['Bold','Italic','Underline'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Link','Unlink','Anchor'], - ['Find','Replace'], - ['Maximize','SpellChecker','Image','Table'], - '/', - ['Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_extended_aspell = [ - ['Bold','Italic','Underline'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','Outdent','Indent','Undo','Redo'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Link','Unlink','Anchor'], - ['Find','Replace'], - ['Maximize','SpellCheck','Image','Table'], - '/', - ['Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_advanced = [ - ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - '/', - ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','-','Outdent','Indent'], - ['Link','Unlink','Anchor'], - ['Maximize','Image',/*'Flash',*/'Table','HorizontalRule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey' - '/', - ['Style','Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_advanced_spellcheck = [ - ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print','SpellChecker'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - '/', - ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','-','Outdent','Indent'], - ['Link','Unlink','Anchor'], - ['Maximize','Image',/*'Flash',*/'Table','HorizontalRule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey' - '/', - ['Style','Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - - config.toolbar_egw_advanced_aspell = [ - ['Source','DocProps','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print','SpellCheck'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - '/', - ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BulletedList','NumberedList','-','Outdent','Indent'], - ['Link','Unlink','Anchor'], - ['Maximize','Image',/*'Flash',*/'Table','HorizontalRule',/*'Smiley',*/'SpecialChar','PageBreak'], //,'UniversalKey' - '/', - ['Style','Format','Font','FontSize'], - ['TextColor','BGColor'], - ['ShowBlocks','-','About'] - ] ; - -}