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