Wijmo UI for the Web
wijcombobox type
wijmo.combobox Namespace : wijcombobox type
Syntax
$(function () {
    var options; // Type:  wijmo.combobox.wijcombobox.options
     
    $(".selector").wijcombobox(options);
});
function wijcombobox;
Inheritance Hierarchy

Object
      wijmo.combobox.wijcombobox

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodCloses drop-down list.  
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodGet the select item(s) in combobox.  
public MethodRepaints wijcombobox. Returns true if it succeeds; otherwise, returns false.  
public MethodSearches the wijcombobox drop-down list for the specified value.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.combobox Namespace