jQuery.wijmo Namespace : wijcombobox type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijcombobox(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijcombobox
Name | Description | |
---|---|---|
![]() | wijcombobox Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | close | Closes drop-down list. |
![]() | destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
![]() | disable | |
![]() | enable | |
![]() | getSelectedItems | Get the select item(s) in combobox. |
![]() | option | |
![]() | repaint | Repaints wijcombobox. Returns true if it succeeds; otherwise, returns false. |
![]() | search | Searches the wijcombobox drop-down list for the specified value. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |