From 4c122827164f092895ef79d4a4e1f9c6dd235da8 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 1 Oct 2009 10:28:40 +0000 Subject: [PATCH] added copy and paste block to fckeditor to all egwconfig configurations, if not available --- phpgwapi/js/fckeditor/fckeditor.egwconfig.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpgwapi/js/fckeditor/fckeditor.egwconfig.js b/phpgwapi/js/fckeditor/fckeditor.egwconfig.js index 91378d97c9..3ca4649f6a 100644 --- a/phpgwapi/js/fckeditor/fckeditor.egwconfig.js +++ b/phpgwapi/js/fckeditor/fckeditor.egwconfig.js @@ -2,6 +2,7 @@ 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'], @@ -12,6 +13,7 @@ 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'], @@ -22,6 +24,7 @@ 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'], @@ -34,6 +37,7 @@ 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'],