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 [2015/01/25 17:35]
doberon@gmail.com [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 73: Line 73:
 Other example Other example
  
-# WYSIWYG toolbars (advanced, basic or [custom config])  +  ​# 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'​],​ +  define('​GSEDITORTOOL',"​['​Source','​Save','​Cut','​Copy','​Paste','​PasteFromWord','​-','​Undo','​Redo','​Find','​Replace',​ 
-['​Bold',​ '​Italic',​ '​Underline','​Strike','​Subscript','​Superscript',​ '​NumberedList',​ '​BulletedList','​JustifyLeft','​JustifyCenter','​JustifyRight',​ +  ​'​-','​SelectAll','​-','​RemoveFormat','​-','​Outdent','​Indent','​-','​Blockquote','​CreateDiv'​],​ 
-'​JustifyBlock',​ '​Table',​ '​TextColor',​ '​BGColor',​ '​Link','​Unlink',​ '​Image'​],​ +  ['​Bold',​ '​Italic',​ '​Underline','​Strike','​Subscript','​Superscript',​ '​NumberedList', ​ 
-'/',​ +  ​'​BulletedList','​JustifyLeft','​JustifyCenter','​JustifyRight',​ 
-['​Styles','​Format','​Font','​FontSize','​Flash','​HorizontalRule','​Smiley','​SpecialChar','​PageBreak','​Iframe','​Maximize','​ShowBlocks','​-','​About'​] +  '​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.1422207343.txt.gz · Last modified: 2015/01/25 17:35 by doberon@gmail.com