TinyMCE:API/tinymce.ui.NativeListBox
From Moxiecode Documentation Wiki
Contents |
[edit]
Class: tinymce.ui.NativeListBox extends tinymce.ui.ListBox
This class is used to create list boxes/select list. This one will generate a native control the way that the browser produces them by default.
[edit]
Methods
- add
- Adds a option item to the list box.
- getLength
- Executes the specified callback function for the menu item.
- isDisabled
- Returns true/false if the control is disabled or not.
- postRender
- Post render handler.
- renderHTML
- Renders the list box as a HTML string.
- select
- Selects a item/option by value.
- setDisabled
- Sets the disabled state for the control.
[edit]
Methods inherited from tinymce.ui.ListBox
select,add,getLength,renderHTML,showMenu,hideMenu,renderMenu,postRender,execCallback
[edit]
Methods inherited from tinymce.ui.Control
setDisabled,isDisabled,setActive,isActive,setState,isRendered,renderHTML,renderTo,postRender,destroy
