wijmo.combobox Namespace : wijcombobox type |
Javascript (Usage) | |
---|---|
$(function () { var options; // Type: wijmo.combobox.wijcombobox.options $(".selector").wijcombobox(options); }); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.combobox.wijcombobox
Name | Description | |
---|---|---|
![]() | wijcombobox Constructor |
Name | Description | |
---|---|---|
![]() | close | Closes drop-down list. |
![]() | destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
![]() | getSelectedItems | Get the select item(s) in combobox. |
![]() | 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. |