jQuery.wijmo.wijtree Namespace > options type : allowEdit Field |
Default value: false
The allowEdit option allows a user to edit the tree nodes at run time.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.allowEdit; |
Javascript (Specification) | |
---|---|
var allowEdit : boolean; |