TinyMCE:API/tinymce.ui.Button
From Moxiecode Documentation Wiki
Contents |
[edit]
Class: tinymce.ui.Button extends tinymce.ui.Control
This class is used to create a UI button. A button is basically a link that is styled to look like a button or icon. Normally you won't need to touch this class directly since the addButton method is a lot easier to use.
[edit]
Constructor
- Button
- Constructs a new Button instance.
[edit]
Methods
- postRender
- Post render handler.
- renderHTML
- Renders the button as a HTML string.
[edit]
Methods inherited from tinymce.ui.Control
setDisabled,isDisabled,setActive,isActive,setState,isRendered,renderHTML,renderTo,postRender,destroy
