5/28/2010 6:39:54 AM
Title:
Modules
Hi,
How to access child components in modules?. I want Hierarcy?
Thanks & Regards,
K.V.Ramakrishna
5/28/2010 9:16:16 AM
use this to access children inside your module
mymodule1.child.getChildByName("myvbox")
use the getChildren() method to get list of all the components inside module as an array.
mymodule1.child.getChildren()