| wijmo.list 名前空間 > wijlist タイプ : unselectItems メソッド |
| Javascript (Usage) | |
|---|---|
$(function () { var returnsValue; //タイプ: any // パラメータ var indices; //タイプ: array returnsValue = $(".selector").wijlist("unselectItems", indices); }); | |
| Javascript (Specification) | |
|---|---|
function unselectItems( indices : array ) : any; | |