Version

createNode Method

Create a new node that can be added to the WebDataTree.
Syntax
ASP.NET Ajax Javascript (Specification) 
function createNode( 
   text : String,
   navigateUrl : String,
   target : String,
   value : String
) : Node;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.createNode(String,String,String,String);

Parameters

text
Specify the node text.
navigateUrl
Specify the node navigate URL.
target
Specify the navigate URL target string.
value
Specify the node value string.

Return Value

Returns the created node.
See Also