mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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'],
|
||||
['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'],
|
||||
|
Loading…
Reference in New Issue
Block a user