Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addText Method
Add a new node with the specifed text and navigate url to the collection.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addText(
: String,
: 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