(Draft added) |
(Article contents updated) |
||
Line 1: | Line 1: | ||
{{#CUSTOMTITLE:How Do I Add or Remove Toolbar Buttons?}} | {{#CUSTOMTITLE:How Do I Add or Remove Toolbar Buttons?}} | ||
− | CKEditor toolbar is an array of button elements that you can freely add or remove. | + | CKEditor [[CKEditor 3.x/Users Guide/Interface/Toolbar|toolbar]] is an array of button elements that you can freely add or remove. The toolbar is defined by using the <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbar toolbar]</code> or <code>toolbar_''name''</code> settings, where the <code>''name''</code> element is the name used to identify the toolbar in the <code>toolbar</code> setting. |
+ | |||
+ | A description of various toolbar configuration methods along with code samples can be found in the [[CKEditor 3.x/Developers Guide/Toolbar|CKEditor Toolbar]] section of [[CKEditor 3.x/Developers Guide|CKEditor 3.x Developer's Guide]]. |
Revision as of 13:03, 8 February 2011
CKEditor toolbar is an array of button elements that you can freely add or remove. The toolbar is defined by using the toolbar
or toolbar_name
settings, where the name
element is the name used to identify the toolbar in the toolbar
setting.
A description of various toolbar configuration methods along with code samples can be found in the CKEditor Toolbar section of CKEditor 3.x Developer's Guide.