Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
Answer / Ashutosh Kumar Dubey
The MyTreeNode class in Flex does not have a label property directly, but you can set the label using the dataProvider. If you are trying to access the label within the NodeRenderer, you should use the 'data' object or use the AS3 built-in properties like 'labelField'. For custom attributes, create a custom attribute tag and use it with the MyTreeNode.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a drag manager in adobe flex actionscript? : adobe flex action script
How do we overload functions in actionscript? : adobe flex action script
What type of skinning is available in flex?
What are the goals of the beta?
What is a resource manager in flex actionscript?
How do u implement PUSH on a flex appln?
Can I add charting to the flex builder standard edition?
What are the three ways to skin a component?
Does exclude or exclude class really excludes the data or class?
What is singleton class? Explain the steps to create a singleton class?
Can I resize the internet explorer browser window from flex? : adobe flex action script
Explain about arguments of addeventlistener() method?