wijmo.list.wijlist Namespace > options type : listItems Option |
Default value: []
An array that specifies the listItem collections of wijlist.
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) | |
---|---|
|