RE: [flexcoders] Re: checkbox in repeater tag

2005-09-09 Thread Gordon Smith
oders@yahoogroups.com Subject: [flexcoders] Re: checkbox in repeater tag Hi Husain, I need a combobox so I have a combobox in the repeater tag, you need a checkbox so create a checkbox in the repeater, give it a static Id like I have for the combo. And in you AS function create a for loop like I

[flexcoders] Re: checkbox in repeater tag

2005-09-09 Thread Rajesh Jayabalan
Hi Husain, I need a combobox so I have a combobox in the repeater tag, you need a checkbox so create a checkbox in the repeater, give it a static Id like I have for the combo. And in you AS function create a for loop like I have and check if the checkbox is selected Regards Rajesh J --- In f

Re: [flexcoders] Re: checkbox in repeater tag

2005-09-09 Thread Husain Kitabi
Hi Rajesh Thanks for your email I dint get the last part though.   You can pretty much convert this to use with checkbox.   How to convert combobox into checkbox?   Regards Husain         Rajesh Jayabalan <[EMAIL PROTECTED]> wrote: Hi,I had the same problem, I found out that you cannot dynamical

[flexcoders] Re: checkbox in repeater tag

2005-09-08 Thread Rajesh Jayabalan
Hi, I had the same problem, I found out that you cannot dynamically create id in the repeater tag. When you create a checkbox in an array you will get an array of check boxes and you can go thru them in a for loop to find their values.. Here I am doing it with a combobox