tinymce.ui.Button

Inheritance
Subclasses ColorSplitButton, SplitButton
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.

Methods

Method Defined By
Constructs a new button control instance.
tinymce.ui.Button
Renders the button as a HTML string.
tinymce.ui.Button
Post render handler.
tinymce.ui.Button
Sets the disabled state for the control.
tinymce.ui.Control
Returns true/false if the control is disabled or not.
tinymce.ui.Control
Sets the activated state for the control.
tinymce.ui.Control
Returns true/false if the control is disabled or not.
tinymce.ui.Control
Sets the specified class state for the control.
tinymce.ui.Control
Returns true/false if the control has been rendered or not.
tinymce.ui.Control
Renders the control to the specified container element.
tinymce.ui.Control
Removes the control.
tinymce.ui.Control
Destroys the control will free any memory by removing event listeners etc.
tinymce.ui.Control