(Article contents updated) |
(Screenshot added) |
||
| Line 1: | Line 1: | ||
{{#CUSTOMTITLE:How Do I Add or Remove Toolbar Buttons?}} | {{#CUSTOMTITLE:How Do I Add or Remove Toolbar Buttons?}} | ||
| − | 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. | + | CKEditor [[CKEditor 3.x/Users Guide/Interface/Toolbar|toolbar]] is an array of button elements that you can freely add or remove. |
| + | |||
| + | [[Image:CKEditor_toolbar.png|frame|center|The CKEditor toolbar]] | ||
| + | |||
| + | |||
| + | 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]]. | 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]]. | ||
Latest revision as of 13:30, 7 March 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.
