Wijmo UI for the Web
listItems Option

Default value: []

An array that specifies the listItem collections of wijlist.

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

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.