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