From 3e3c72ab5051db1446dff7e208e5c217a1c1c132 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 1 Oct 2009 10:31:28 +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'],