Name | Description | |
---|---|---|
![]() | addOption | Adds new option to this select element. |
![]() | clear | Clear options from this select element. |
![]() | containsOption | Returns a value indicating whether this select element contains option with specified text. |
![]() | createMarkup | Creates an initial markup of UI element. |
![]() | destroy | Destroys the UI element. (Inherited from WebUiElementJS) |
![]() | get_ActiveState | Gets an active UI element state. (Inherited from WebUiElementJS) |
![]() | get_DomElement | Gets the DOM element associated with this UI element. (Inherited from WebUiElementJS) |
![]() | get_IsEnabled | Gets a value indicating whether the UI element is enabled. (Inherited from WebUiElementJS) |
![]() | get_LocalizationId | Gets the localization identifier of UI element. (Inherited from WebUiElementJS) |
![]() | get_RegisteredId | Gets the identifier under which UI element is registered in WebUiElementsFactoryJS. (Inherited from WebUiElementJS) |
![]() | get_RootControl | Gets the root control that contains this UI element. (Inherited from WebUiElementJS) |
![]() | get_SelectedIndex | Gets the zero-based index of selected option. |
![]() | get_SelectedText | Gets the text of selected option. |
![]() | get_StateCollection | Gets a state collection of UI element. (Inherited from WebUiElementJS) |
![]() | getNestedElements | Returns array of nested UI elements. |
![]() | hide | Hides the UI element. (Inherited from WebUiElementJS) |
![]() | isVisible | Returns a value indicating whether the UI element is visible. (Inherited from WebUiElementJS) |
![]() | render | Overloaded. Creates and returns markup of UI element. |
![]() | set_ActiveState | Sets an active state of UI element. (Inherited from WebUiElementJS) |
![]() | set_IsEnabled | Sets a value indicating whether the UI element is enabled. (Inherited from WebUiElementJS) |
![]() | set_SelectedIndex | Sets the zero-based index of selected option. |
![]() | setMasterElement | Sets the master element for this element. (Inherited from WebUiElementJS) |
![]() | setSelectedOptionByOptionText | Sets the selected option by the text of the option element. |
![]() | show | Shows the UI element. (Inherited from WebUiElementJS) |