Your Account
Community
Topics (Upcoming)
More |
Stories tagged with: itemRenderer
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 ago
This 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.
Join discussion...
|