Treedataprovider.attributes.label; Treedataprovider.gettreenodeat() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

TreeDataProvider.attributes.label

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
someNode.attributes.label
Description
Property; a string that specifies the text displayed for the node. This is written to an attribute
of the XMLNode object. Setting this property does not refresh any tree displays.
Example
The following code locates the node to adjust and sets its
property. The result of the
label
following code is
.
<node label="Mail">
var myTreeNode = myTreeDP.firstChild.firstChild;
myTreeNode.attributes.label = "Mail";
See also
TreeDataProvider.attributes.data

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.
TreeDataProvider.getTreeNodeAt()
1261

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents