[flexcoders] Trigger a method a method in a child document

2007-01-22 Thread TJ Downes
Im looking for a way to trigger a method in a child document, namely a custom component, from the parent document. For example, when I click the tab in the parent document that displays my custom component I want the parent document to trigger the init() method in the component to reset itself.

RE: [flexcoders] Trigger a method a method in a child document

2007-01-22 Thread Tracy Spratt
If you give the component an id, you can access the public members through that id: myComponent.init(); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of TJ Downes Sent: Monday, January 22, 2007 12:29 AM To: