Wijmo UI for the Web
remove Method
which node to be removed 1.wijtreenode element. 2.the zero-based index of which node you determined to remove.
The remove method removes the indicated node from the wijtree element.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var node; // Type:  undefined
    
    returnsValue = $(".selector").wijtree("remove", node);
});
Javascript (Specification) 
function remove( 
   node : undefined
) : any;

Parameters

node
which node to be removed 1.wijtreenode element. 2.the zero-based index of which node you determined to remove.
Example
$("#tree").wijtree("remove", 1);
Browser Compatibility
7
5
5

See Also

Reference

wijtree type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.