mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
added copy and paste block to fckeditor to all egwconfig configurations, if not available
This commit is contained in:
parent
db3b46293b
commit
4c12282716
@ -2,6 +2,7 @@ FCKConfig.ToolbarSets["egw_simple"] = [
|
|||||||
['Bold','Italic','Underline'],
|
['Bold','Italic','Underline'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
||||||
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
||||||
['FitWindow'],
|
['FitWindow'],
|
||||||
'/',
|
'/',
|
||||||
['FontFormat','FontName','FontSize'],
|
['FontFormat','FontName','FontSize'],
|
||||||
@ -12,6 +13,7 @@ FCKConfig.ToolbarSets["egw_simple_spellcheck"] = [
|
|||||||
['Bold','Italic','Underline'],
|
['Bold','Italic','Underline'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
||||||
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
||||||
['FitWindow','SpellCheck'],
|
['FitWindow','SpellCheck'],
|
||||||
'/',
|
'/',
|
||||||
['FontFormat','FontName','FontSize'],
|
['FontFormat','FontName','FontSize'],
|
||||||
@ -22,6 +24,7 @@ FCKConfig.ToolbarSets["egw_extended"] = [
|
|||||||
['Bold','Italic','Underline'],
|
['Bold','Italic','Underline'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
||||||
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
||||||
['Link','Unlink','Anchor'],
|
['Link','Unlink','Anchor'],
|
||||||
['Find','Replace'],
|
['Find','Replace'],
|
||||||
['FitWindow','Image','Table'],
|
['FitWindow','Image','Table'],
|
||||||
@ -34,6 +37,7 @@ FCKConfig.ToolbarSets["egw_extended_spellcheck"] = [
|
|||||||
['Bold','Italic','Underline'],
|
['Bold','Italic','Underline'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
|
||||||
|
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
|
||||||
['Link','Unlink','Anchor'],
|
['Link','Unlink','Anchor'],
|
||||||
['Find','Replace'],
|
['Find','Replace'],
|
||||||
['FitWindow','SpellCheck','Image','Table'],
|
['FitWindow','SpellCheck','Image','Table'],
|
||||||
|
Loading…
Reference in New Issue
Block a user