TinyMCE:API/tinymce.ControlManager/createColorSplitButton
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: createColorSplitButton
[edit]
Summary
Creates a color split button control instance by id.
[edit]
Syntax
<tinymce.ui.Control> createColorSplitButton(<String> id, <Object> s)
[edit]
Parameters
- id
- Unique id for the new color split button instance. For example "forecolor".
- s
- Optional settings object for the control.
[edit]
Returns
Control instance that got created and added.
