开发者_开发问答I need to grab a parent node in flex without an event listener. How could I go by doing this?
Example
myTree.parent.@attribute;
use parent()
myTree.parent().@attribute;
开发者_开发问答I need to grab a parent node in flex without an event listener. How could I go by doing this?
Example
myTree.parent.@attribute;
use parent()
myTree.parent().@attribute;
精彩评论