Flex repeater - toggle sibling component visibility on checkbox change

Posted by steve_c on Stack Overflow See other posts from Stack Overflow or by steve_c
Published on 2010-06-02T19:46:42Z Indexed on 2010/06/09 21:12 UTC
Read the original article Hit count: 192

Filed under:
|
|

I have a Flex repeater that has a complex item template. When a checkbox is clicked, I need to toggle the visibility of a sibling button contained in the same repeater template. Since I can't add binding expressions to event handlers, I can't pass in the repeater item's index.

How can I access sibling components inside a repeater item?

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript-3