MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 791

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

TreeDataProvider.getTreeNodeAt()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
someNode.getTreeNodeAt(index)
Parameters
An integer representing the position of the child node in the current node.
index
Returns
The specified node.
Description
Method; returns the specified child node of the node.
Example
The following code locates a node and then retrieves the second child of
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
Description
Method; removes the specified node, and any of its descendants, from the node's parent.
if an error occurs.
undefined
TreeDataProvider interface (Flash Professional only)
:
myTreeNode
791

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents