> How can I access variables from the parent within a component
parentDocument.foo
> how can I pass variables from the parent to the component.
<MyComponent bar="{blah}"/>
- Gordon
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Hoff
Sent: Monday, April 30, 2007 2:23 PM
To: [email protected]
Subject: [flexcomponents] Use component to access variables from parent
How can I access variables from the parent within a component...or how
can I pass variables from the parent to the component.