Treedataprovider.removetreenode() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Description
Method; returns the specified child node of the node.
Example
The following code locates a node and then retrieves the second child of
:
myTreeNode
var myTreeNode = myTreeDP.firstChild.firstChild;
myTreeNode.getTreeNodeAt(1);

TreeDataProvider.removeTreeNode()

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
someNode.removeTreeNode()
Parameters
None.
Returns
The removed XML node, or
if an error occurs.
undefined
Description
Method; removes the specified node, and any of its descendants, from the node's parent.
Example
The following code removes a node:
myTreeDP.firstChild.removeTreeNode();
1262
TreeDataProvider interface (Flash Professional only)

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents