wijmo.tree.wijtree Namespace > options type : allowEdit Option |
Default value: false
The allowEdit option allows a user to edit the tree nodes at run time.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtree("option", "allowEdit"); // Set value var newValue; // Type: boolean $(".selector").wijtree("option", "allowEdit", newValue); }); |
Javascript (Specification) | |
---|---|
var allowEdit : boolean; |