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

Object
      wijmo.combobox.wijcombobox

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijcombobox Constructor  
Top
Methods
 NameDescription
public MethodcloseCloses drop-down list.  
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodgetSelectedItemsGet the select item(s) in combobox.  
public MethodrepaintRepaints wijcombobox. Returns true if it succeeds; otherwise, returns false.  
public MethodsearchSearches the wijcombobox drop-down list for the specified value.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.combobox Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.