Wijmo UI for the Web
pageSize オプション

デフォルト値: 10

ページングの使用時に1ページにロードされる項目数を決定する値。

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

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.