I have been hitting Google hard for any tutorials on customizing the
output of Cake's form helpers.  Namely adjusting the output of radio
and checkbox arrays using the 'automagic' form helpers.

My current solutions thus far have been a combination of $form-
>input() and CSS to generate the desired output.  However, in my
current project I -unfortunately- cannot use conditional statements/
comments to insert the CSS required for correct display in older
browsers.  So, in my case I need to customize the output of $form-
>input() to wrap each radio/label pair with a <div> tag.  At the same
time, I could see a similar technique used to output checkbox or radio
arrays into a table, etc...

This type of form customization is not far-fetched and I imagine the
the CakePHP team would have provided a way to accomplish this.  I
could see -maybe- being able to specify a template.ctp file in
$options[] to style the output of my $radioArray.  (Maybe this is a
suggestion for future versions...)

I have not found any useful information so far.  Any help or useful
links is appreciated!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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