wijmo.list Namespace > wijlist type : unselectItems Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var indices; // Type: array returnsValue = $(".selector").wijlist("unselectItems", indices); }); |
Javascript (Specification) | |
---|---|
function unselectItems( indices : array ) : any; |