Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addRange Method
Add an array of nodes to the tree at the specified level at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addRange(
: Node[],
: String,
: int
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDataTree.addRange(Node[],String,int); |
Parameters
- nodeArray
- Array of nodes that will be added.
- level
- Specify node location. Format "0.1.2" Specify null and index for adding root level node.
- index
- Specify index in the nodes collection.
See Also