Wijmo UI for the Web
allowEdit Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtree("option", "allowEdit");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtree("option", "allowEdit", newValue);
        
});
var allowEdit : boolean;
See Also

Reference

options type
wijtree jQuery Widget