Wijmo UI for the Web
allowEdit Field
wijmo.tree Namespace > WijTreeOptions Interface : allowEdit Field

The allowEdit option allows a user to edit the tree nodes at run time.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: boolean
value = instance.allowEdit;
var allowEdit : boolean;
See Also

Reference

WijTreeOptions Interface