User Tools

Site Tools


how_to:editor_configuration_toolbars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
how_to:editor_configuration_toolbars [2011/05/13 15:18]
Connie [Custom Toolbar with Copy/Paste / Paste from WORD and Search/Replace]
how_to:editor_configuration_toolbars [2016/09/17 19:22] (current)
Carlos missing comma in custom toolbar example
Line 52: Line 52:
 The syntax will be:  The syntax will be: 
   # WYSIWYG toolbars (advanced, basic or [custom config]) ​   # WYSIWYG toolbars (advanced, basic or [custom config]) ​
-  define('​GSEDITORTOOL',"​[+  define('​GSEDITORTOOL',"​[ ​ ]
   ​   ​
   ");   ");
Line 61: Line 61:
 ===== Custom Toolbar with Copy/Paste / Paste from WORD and Search/​Replace ===== ===== Custom Toolbar with Copy/Paste / Paste from WORD and Search/​Replace =====
    
-  ​# WYSIWYG toolbars (advanced, basic or [custom config]) +An example for an even more advanced toolbar: 
-  define('​GSEDITORTOOL',"​ +   
-  ​['​Cut','​Copy','​Paste','​PasteFromWord','​-','​Undo','​Redo','​Find','​Replace','​-','​SelectAll'​],​+  ​# WYSIWYG toolbars (advanced, basic or [custom config])  
 +  define('​GSEDITORTOOL',"​['​Cut','​Copy','​Paste','​PasteFromWord','​-','​Undo','​Redo','​Find','​Replace','​-','​SelectAll'​],​
   ['​Bold',​ '​Italic',​ '​Underline',​ '​NumberedList',​ '​BulletedList','​JustifyLeft','​JustifyCenter','​JustifyRight',​   ['​Bold',​ '​Italic',​ '​Underline',​ '​NumberedList',​ '​BulletedList','​JustifyLeft','​JustifyCenter','​JustifyRight',​
   '​JustifyBlock',​ '​Table',​ '​TextColor',​ '​BGColor',​ '​Link','​Unlink',​ '​Image',​ '​RemoveFormat',​ '​Source'​],​   '​JustifyBlock',​ '​Table',​ '​TextColor',​ '​BGColor',​ '​Link','​Unlink',​ '​Image',​ '​RemoveFormat',​ '​Source'​],​
Line 69: Line 70:
   ['​Styles','​Format','​Font','​FontSize'​]   ['​Styles','​Format','​Font','​FontSize'​]
   ");   ");
 +
 +Other example
 +
 +  # WYSIWYG toolbars (advanced, basic or [custom config]) ​
 +  define('​GSEDITORTOOL',"​['​Source','​Save','​Cut','​Copy','​Paste','​PasteFromWord','​-','​Undo','​Redo','​Find','​Replace',​
 +  '​-','​SelectAll','​-','​RemoveFormat','​-','​Outdent','​Indent','​-','​Blockquote','​CreateDiv'​],​
 +  ['​Bold',​ '​Italic',​ '​Underline','​Strike','​Subscript','​Superscript',​ '​NumberedList', ​
 +  '​BulletedList','​JustifyLeft','​JustifyCenter','​JustifyRight',​
 +  '​JustifyBlock',​ '​Table',​ '​TextColor',​ '​BGColor',​ '​Link','​Unlink',​ '​Image'​],'/',​['​Styles','​Format','​Font',​
 +  '​FontSize','​Flash','​HorizontalRule','​Smiley','​SpecialChar','​PageBreak',​
 +  '​Iframe','​Maximize','​ShowBlocks','​-','​About'​]"​);​
 +
  
 This will add  a new ribbon on top of the "​advanced"​- toolbar, adding buttons for "​Copy/​Paste"​ and "​Search/​Replace"​ to the advanced-Editor-Toolbar-Configuration.\\ Please note that not all of the above functions are supported by your browser eventually. Firefox does not support COPY and CUT, a messagebox opens when that buttons are used which suggests to use the standard-keyboard-short cuts instead. This will add  a new ribbon on top of the "​advanced"​- toolbar, adding buttons for "​Copy/​Paste"​ and "​Search/​Replace"​ to the advanced-Editor-Toolbar-Configuration.\\ Please note that not all of the above functions are supported by your browser eventually. Firefox does not support COPY and CUT, a messagebox opens when that buttons are used which suggests to use the standard-keyboard-short cuts instead.
how_to/editor_configuration_toolbars.1305299929.txt.gz · Last modified: 2013/04/19 14:56 (external edit)