Also, you can manually add the html tags and not rely on the helper. That said, the helper is *very* flexible and can accommodate a lot of customisations :-)
On Jul 15, 12:33 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote: > HtmlHelper::tags could be a posibility. > > On Tue, Jul 15, 2008 at 12:20 AM, Jonathan Snook > > <[EMAIL PROTECTED]> wrote: > > > Probably your best bet is to create your own helper that uses the base > > elements like $form->text and $form->error. Wrap your own HTML around > > those. Take a look at how $form->input does it and model yours around > > it. > > > -Jonathan > > > On 7/14/08, Tallbrick <[EMAIL PROTECTED]> wrote: > >> 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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
