added copy and paste block to fckeditor to all egwconfig configurations, if not available

This commit is contained in:
Klaus Leithoff 2009-10-01 10:31:28 +00:00
parent d4fd249a8d
commit 3e3c72ab50

View File

@ -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'],