Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
add Method
Add a node to the tree at the specified level.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function add(
: Node,
: 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