MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 784

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

Advertisement

Example
The following code removes the fourth child of the root of the tree
myTree.removeTreeNodeAt(3);
Tree.selectedNode
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myTree.selectedNode
Description
Property; specifies the selected node in a tree instance.
Example
The following example specifies the first child node in
myTree.selectedNode = myTree.getTreeNodeAt(0);
See also
Tree.selectedNodes
Tree.selectedNodes
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myTree.selectedNodes
Description
Property; specifies the selected nodes in a tree instance.
Example
The following example selects the first and third child nodes in
myTree.selectedNodes = [myTree.getTreeNodeAt(0), myTree.getTreeNodeAt(2)];
See also
Tree.selectedNode
784
Chapter 6: Components Dictionary
:
myTree
:
myTree
:
myTree

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