Wijmo UI for the Web
disabled Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : disabled Option

Default value: false

A value that determines whether or not to disable the wijfileexplorer widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijfileexplorer("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijfileexplorer("option", "disabled", newValue);
        
});
var disabled : boolean;
See Also

Reference

options type
wijfileexplorer jQuery Widget