|
I think the repeater for this would be: <mx:Repeater id=”r”
dataProvider=”{thrustData}”> <mx:CheckBox label=”{r.currentItem}”
/> </mx:Repeater> So it’s pretty easy, though if
thrustData isn’t going to change I think it’s more efficient
code-wise to write it out by hand. Matt From: is it possible to use a repeater control to 'duplicate' a group of Yahoo! Groups Links
|
- RE: [flexcoders] how to use a repeater question Matt Chotin
- RE: [flexcoders] how to use a repeater question Craig Newroth

