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);
});
See Also