When I want to customise the behaviour of the FormHelper, I create a new subclass of FormHelper, and overload the methods I want. For example, I wanted a FormHelper and HtmlHelper for creating Twitter Bootstrap style output, without changing the default generated views.
So I created this: http://bin.cakephp.org/view/1590356227 Cheers, Graham Weldon http://grahamweldon.com e. [email protected] p. (+61) 0407 017 293 Skype: grahamweldon On Sunday, 27 November 2011 at 4:18 AM, Tilen Majerle wrote: > inputDefaults works for each created form separately only > > and +1 for ur post :) > > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > > > 2011/11/26 cronet <[email protected] (mailto:[email protected])> > > Hello, > > > > could I set Form inputDefaults in AppController, when loading the > > Helper? > > > > something like this: > > > > <?php > > class AppController extends Controller { > > public $helpers = array('Html', > > > > 'Form'=>array('inputDefaults'=> > > > > array('div'=>array('class'=>'form-field'), > > > > 'error' => array('attributes' => array('wrap' => 'small')) > > > > ) > > )); > > > > ?> > > > > The Code above isn't working, but i think you get what i thought > > of.... > > > > regards, > > cronet > > > > -- > > Our newest site for the community: CakePHP Video Tutorials > > http://tv.cakephp.org > > Check out the new CakePHP Questions site http://ask.cakephp.org and help > > others with their CakePHP related questions. > > > > > > To unsubscribe from this group, send email to > > [email protected] > > (mailto:cake-php%[email protected]) For more options, visit > > this group at http://groups.google.com/group/cake-php > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]) For more options, visit this > group at http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
