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) 
var instance = new jQuery.wijmo.wijtree();
var value; // Type: any

// Parameters
var node; // Type:  undefined

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.