Hello there.

I created a form with a radio section. But i just can't figured out
how to put an onclick funktion to one single Button...
I red this post
http://groups.google.com/group/cake-php/browse_thread/thread/838c12d3bbeb873/75739688579656a1?lnk=gst&q=radio+onclick#75739688579656a1
and in fact of it's form 2006 i hope there is a way to do this.

A code snip:

echo $form->input('category', array(
                                        'type' => 'radio',
                                        'name' => 'data[Category]
[id]',
                                        'options' => $cat_array));

$cat_array looks like this:
  [0]=>
  string(12) "new category"
  [1]=>
  string(11) "that's life"
  [2]=>
  string(9) "knowledge"

And ideas?
Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to