jQuery.wijmo Namespace > wijlist type : setItems Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijlist(); var value; // Type: any // Parameters var items; // Type: array value = instance.setItems(items); |
Javascript (Specification) | |
---|---|
function setItems( items : array ) : any; |