tinymce.ui.NativeListBox

Inheritance
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.

Properties

Property Defined By
Array of ListBox items.
tinymce.ui.ListBox

Events

Event Defined By
Fires when the selection has been changed.
tinymce.ui.ListBox
Fires after the element has been rendered to DOM.
tinymce.ui.ListBox
Fires when a new item is added.
tinymce.ui.ListBox
Fires when the menu gets rendered.
tinymce.ui.ListBox

Methods

Method Defined By
Constructs a new button control instance.
tinymce.ui.NativeListBox
Sets the disabled state for the control.
tinymce.ui.NativeListBox
Returns true/false if the control is disabled or not.
tinymce.ui.NativeListBox
Selects a item/option by value.
tinymce.ui.NativeListBox
Selects a item/option by index.
tinymce.ui.NativeListBox
Adds a option item to the list box.
tinymce.ui.NativeListBox
Executes the specified callback function for the menu item.
tinymce.ui.NativeListBox
Renders the list box as a HTML string.
tinymce.ui.NativeListBox
Post render handler.
tinymce.ui.NativeListBox
Displays the drop menu with all items.
tinymce.ui.ListBox
Hides the drop menu.
tinymce.ui.ListBox
Renders the menu to the DOM.
tinymce.ui.ListBox
Destroys the ListBox i.
tinymce.ui.ListBox
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 to the specified container element.
tinymce.ui.Control
Removes the control.
tinymce.ui.Control