Re: onChange event for Checkbox

2009-05-06 Thread Stu
Alright, thx Brian, I'll try it out. On May 6, 11:41 am, brian wrote: > On Wed, May 6, 2009 at 11:17 AM, Stu wrote: > > > Hi All, > > > I'd like to add an onChange event for a checkbox, basically this would > > trigger a $form->submit.  The radio Button and Select have the > > $attributes param

Re: onChange event for Checkbox

2009-05-06 Thread brian
On Wed, May 6, 2009 at 11:17 AM, Stu wrote: > > Hi All, > > I'd like to add an onChange event for a checkbox, basically this would > trigger a $form->submit.  The radio Button and Select have the > $attributes parameter which allows this but unfortunately for me, it's > not the case for the check

onChange event for Checkbox

2009-05-06 Thread Stu
Hi All, I'd like to add an onChange event for a checkbox, basically this would trigger a $form->submit. The radio Button and Select have the $attributes parameter which allows this but unfortunately for me, it's not the case for the checkbox. I also tried to do it in html: It does execute the