TinyMCE:API/tinymce.ui.Container
From Moxiecode Documentation Wiki
[edit]
Class: tinymce.ui.Container extends tinymce.ui.Control
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.
[edit]
Methods
- add
- Adds a control to the collection of controls for the container.
- get
- Returns a control by id from the containers collection.
[edit]
Methods inherited from tinymce.ui.Control
setDisabled,isDisabled,setActive,isActive,setState,isRendered,renderHTML,renderTo,postRender,destroy
