advancedTree Properties

 

Property Name Getter/Setter Class Description
animateX getter/setter Boolean Whether childnodes will animate to position on the x axis as a node is opened.
animateY getter/setter Boolean Whether childnodes will animate to position on the y axis as a node is opened.
animationTime getter/setter Number The amount of time in milliseconds for the tree to animate into position when a node is opened or closed.
branchEmptyGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for a branch node with no children.
branchGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for a branch node with children.
connectorOffset getter/setter Number The pixel offset on the x axis from a node icon's center at which connector lines are drawn.
contentInset getter/setter Number The pixel inset of the content's position and mask from the outside of the scrollpane inner graphic.
copyOnControl getter/setter Boolean Whether a node is copied when dragged with the CONTROL or COMMAND key pressed.
data getter String The data of the tree as a string formatted as XML.
displayRoot getter/setter Boolean Whether the root node in the tree is displayed.
dragDelay getter/setter Number The number of milliseconds before a copy of a node is created to be dragged on a draggable tree.
draggable getter/setter Boolean Whether nodes in the tree are draggable.
dropInfo getter Object An object with the properties position, node and index, providing information on the last dropped node in the tree. position will either have the value "null", "node" or "between", node will be a reference to the parent node on which the dropped node was dropped and index will be the index in the new parent node's childnodes array where the node was dropped.
easingFuncX getter/setter String The name of the easing function used to animate nodes on the x axis.
easingFuncY getter/setter String The name of the easing function used to animate nodes on the y axis.
editable getter/setter Boolean Whether nodes use editable text fields.
getLabelFromName getter/setter Boolean Whether a node's label in the tree is generated from the XMLNode nodename.
height getter Number The pixel height of the scrollpane holding the tree.
iconBuffer getter/setter Number The pixel distance between icon and label of node.
indentation getter/setter Number The pixel distance on the x axis each level of the tree is displayed in relation to its parent level.
leafGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for a nonbranching node.
lockNodeSize getter/setter Boolean Whether nodes expand to match the length of the node label.
memory getter String Returns the structure of the tree as a String formatted as XML, with special attributes added to allow for the tree to be repopulated with similar data and maintain its open/closed state.
nodeFieldGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the label graphic of a node.
nodeFieldOffsetX getter/setter Number The pixel offset on the x axis that a node label is moved from its default position.
nodeFieldOffsetY getter/setter Number The pixel offset on the y axis that a node label is moved from its default position.
nodeFieldInset getter/setter Number The pixel inset on the x and y axis of a node label field in relation to the width and height of its graphic.
nodeHeight getter/setter Number The pixel height of a node in the tree, determining the selectable area.
nodeLeading getter/setter Number The vertical pixel distance between nodes in the tree.
nodeMinWidth getter/setter Number When lockNodeSize is set to true, the minimum pixel size allows for a node.
openCloseGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the open/close button.
preventClose getter/setter Boolean Whether nodes in the tree may be opened, but not closed by the user.
rootNode getter/setter TreeNode The root TreeNode of the entire tree.
rightMargin getter/setter Number The pixel space buffered on the right side of the tree.
scrollArrowGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the arrow icon on the scrollbars.
scrollButtonGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the button graphic on the scrollbars.
scrollButtonPos getter/setter String The layout for the buttons on a scrollbar (top, bottom, spread).
scrollerBuffer getter/setter Number The pixel buffer between the scrollbars and the scrollpane inner graphic (and the scrollpane content).
scrollerWidth getter/setter Number The pixel width (for vertical scrollbars) or height (for horizontal scrollbars) of the scrollbar.
scrollHorizontalSide getter/setter String The side of the tree where the horizontal scrollbar is displayed (top or bottom).
scrollpaneInnerGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the inner block graphic of the scrollpane.
scrollpaneOuterGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the outer block graphic of the scrollpane.
scrollSliderGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the slider graphic on the scrollbars.
scrollVerticalSide getter/setter String The side of the tree where the vertictal scrollbar is displayed (right or left).
scrollWellGraphic getter/setter String The linkage identifier for the movie clip symbol to be used for the scrollwell graphic on the scrollbars.
selectedNode getter/setter TreeNode The currently selected TreeNode in the tree.
selectMultiple getter/setter Boolean Whether multiple nodes in the tree may be selected at the same time using CONTROL or COMMAND.
styleFormatName getter/setter String The name of the StyleFormat instance, as a string, to be used to style the tree.
tooltipAttribute getter/setter String The attribute name whose value will be used as a tooltip for the node.
topMargin getter/setter Number The pixel distance from the top of the scrollpane at which the tree top of the tree will be drawn.
treeClip getter/setter MovieClip A reference to the MovieClip instance holding all of the tree nodes.
treeIcons getter/setter Object An associate array of movie clip linkage identifiers to mapped to nodeNames.
treeMemory getter/setter String The name of XML instance, as a string, to which the tree will look when repopulating itself to maintain the same open/closed states.
useConnectors getter/setter Boolean Whether line connectors are drawn between nodes and their children.
useNodeForTip getter/setter Boolean Whether the XML structure of a node and its children are displayed in the node's tooltip.
useOpenClose getter/setter Boolean Whether the open/close button is displayed next to a node's icon when the node has children.
useSelectionHighlight getter/setter Boolean Whether a selection highlight box is drawn around a selected node.
useToolTips getter/setter Boolean Whether nodes display tooltips when a mouse hovers over.
validator getter/setter String The name of the XML instance, as a string, to which the tree looks to determine valid drag and drops, and which nodes are draggable, editable, unique and/or deletable.
width getter Number The pixel width of the scrollpane holding the tree.