wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : allowPaging オプション |
デフォルト値: false
ページングを使用するかどうかを決定する値。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: boolean returnsValue = $(".selector").wijfileexplorer("option", "allowPaging"); //値を設定します var newValue; //タイプ: boolean $(".selector").wijfileexplorer("option", "allowPaging", newValue); }); |
Javascript (Specification) | |
---|---|
var allowPaging : boolean; |