Wijmo UI for the Web
maxItemsCount オプション

デフォルト値: 5

autoSize オプションが true に設定されている場合に表示される項目の最大数を指定する値。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: number
    returnsValue = $(".selector").wijlist("option", "maxItemsCount");
    
    //値を設定します
    var newValue; //タイプ: number
    $(".selector").wijlist("option", "maxItemsCount", newValue);
        
});
Javascript (Specification) 
var maxItemsCount : number;

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.