Your Account
Community
Topics (Upcoming)
More |
View story
Using parentDocument or outerDocument to get data in inline itemrenderers
http://www.coldfusionjedi.com/index.cfm/2007/4/10/Something-...
Submitted by
arpit
30 months, 3 days, 3 hours agoThis one saved me a LOT of time the other day. When using inline itemRenderers, the <mx:Component> tag that you have to write before the itemRenderer tags marks a change of scope. To call methods on the parent mxml document from an inline renderer , use the parentDocument property.
|