Version

add Method

Add a node to the tree at the specified level.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add( 
   node : Node,
   level : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.add(Node,String);

Parameters

node
The node that will be added.
level
Specify node location. Format "0.1.2"
See Also