Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
createNode Method
Create a new node that can be added to the WebDataTree.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function createNode(
: String,
: String,
: String,
: 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