Wijmo UI for the Web
allowEdit Option

Default value: false

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

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.