Version

addText Method

Add a new node with the specifed text and navigate url to the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addText( 
   text : String,
   navigateUrl : String
) : Node;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNodeCollection.addText(String,String);

Parameters

text
Specify the node text.
navigateUrl
Specify the node navigate URL.

Return Value

Returns the added node.
See Also