TinyMCE:API/tinymce.ui.Control

From Moxiecode Documentation Wiki

Jump to: navigation, search

Class: tinymce.ui.Control

This class is the base class for all controls like buttons, toolbars, containers. This class should not be instantiated directly other controls should inherit from this one.

Methods

destroy
Destroys the control.
isActive
Returns true/false if the control is disabled or not.
isDisabled
Returns true/false if the control is disabled or not.
isRendered
Returns true/false if the control has been rendered or not.
postRender
Post render event.
renderHTML
Renders the control as a HTML string.
renderTo
Renders the control to the specified container element.
setActive
Sets the activated state for the control.
setDisabled
Sets the disabled state for the control.
setState
Sets the specified class state for the control.
Personal tools