tinymce.ui.Container

Inheritance
Subclasses Toolbar, ToolbarGroup
This class is the base class for all container controls like toolbars. This class should not be instantiated directly other container controls should inherit from this one.

Properties

Property Defined By
Array of controls added to the container.
tinymce.ui.Container

Methods

Method Defined By
Base contrustor a new container control instance.
tinymce.ui.Container
Adds a control to the collection of controls for the container.
tinymce.ui.Container
Returns a control by id from the containers collection.
tinymce.ui.Container
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 as a HTML string.
tinymce.ui.Control
Renders the control to the specified container element.
tinymce.ui.Control
Post render event.
tinymce.ui.Control
Removes the control.
tinymce.ui.Control
Destroys the control will free any memory by removing event listeners etc.
tinymce.ui.Control