Wijmo UI for the Web
disabled Option
wijmo.tree.wijtree Namespace > options type : disabled Option

Default value: false

If set to true, the select, click, and check operations are disabled too.

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

Reference

options type
wijtree jQuery Widget