If a repeated element has an id, say ¡°myId¡±,
you can reference the element using myId[n], where ¡°n¡± is the index of the
dataProvider item.
But first, do not do your repeated content
in-line. Instead, create a component that encapsulates all of the behaviors you
want, including the style changes, and repeat that. You will find this often
eliminates the need to iterate the repeated content.
Tracy Spratt,
Lariat Services, development services
available
From:
Sent: Saturday, July 04, 2009
10:11 PM
To: flexcoders
Subject: [flexcoders] How to iterate
items in repeater?
I
wanna change some specific item's style which inside the repeater
component.
How can I iterate the items in the repeater and
filtrate them ?