TinyMCE:API/tinymce.ui.MenuItem
From Moxiecode Documentation Wiki
[edit]
Class: tinymce.ui.MenuItem extends tinymce.ui.Control
This class is base class for all menu item types like DropMenus items etc. This class should not be instantiated directly other menu items should inherit from this one.
[edit]
Methods
- isSelected
- Returns true/false if the control is selected or not.
- postRender
- Post render handler.
- setSelected
- Sets the selected state for the control.
[edit]
Methods inherited from tinymce.ui.Control
setDisabled,isDisabled,setActive,isActive,setState,isRendered,renderHTML,renderTo,postRender,destroy
