Wijmo UI for the Web
listOptions Option

Default value: null

A value that determines the object that contains the options of wijlist.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijcombobox("option", "listOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijcombobox("option", "listOptions", newValue);
        
});
Javascript (Specification) 
var listOptions : object;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.