| wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : pageSize オプション |
デフォルト値: 10
ページングの使用時に1ページにロードされる項目数を決定する値。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: number returnsValue = $(".selector").wijfileexplorer("option", "pageSize"); //値を設定します var newValue; //タイプ: number $(".selector").wijfileexplorer("option", "pageSize", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |