wijmo.tree.wijtree Namespace > options type : disabled Option |
Default value: false
If set to true, the select, click, and check operations are disabled too.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtree("option", "disabled"); // Set value var newValue; // Type: boolean $(".selector").wijtree("option", "disabled", newValue); }); |
Javascript (Specification) | |
---|---|
var disabled : boolean; |