How do we identify a component created in a repeater using flex?
Answer / Ankur Sharma
In Adobe Flex, you can use a custom data object that includes an unique identifier for each item in the repeater. Then, access this identifier within the itemRenderer to identify the specific instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will flex 3 be packaged?
How do we identify a component created in a repeater using flex?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?
How do we call javascript from flex actionscript? : adobe flex action script
Mytree appears just fine but why ca not I access the node attributes? : adobe flex action script
How polymorphism works on actionscript? : adobe flex action script
How to display the check box in data grid header?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
What is the function of trace?
What is mvc and how do you relate it to flex apps?
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
What keyword allows us to implement abstraction better in flex?