Saturday, November 26, 2011

Re: inputDefaults in AppController

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:

Cheers,
Graham Weldon
http://grahamweldon.com
e. graham@grahamweldon.com
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



2011/11/26 cronet <cronet@gmx.de>
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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: