Wijmo UI for the Web
unselectItems メソッド
選択解除する 1 つ以上の項目の 0 から始まるインデックス番号。
unselectItems メソッドは、指定したリスト項目の選択を解除します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var indices; //タイプ: array
    
    returnsValue = $(".selector").wijlist("unselectItems", indices);
});
Javascript (Specification) 
function unselectItems( 
   indices : array
) : any;

パラメータ

indices
選択解除する 1 つ以上の項目の 0 から始まるインデックス番号。

関連トピック

参照

wijlist タイプ
wijlist jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.