[symfony-users] Re: How to set trim default option on all widgets in a Form

2010-02-03 Thread Florian
By reading the discussion, I didn't noticed any DRY solution... this one could help you, even if it's -maybe- not the fastest, but the DRY'est : //for sf 1.3 in lib/form/BaseForm.class.php {{{ public function setup() { parent::setup(); foreach($this->getValidatorSchema()->getFields(

[symfony-users] Re: How to set trim default option on all widgets in a Form

2010-02-03 Thread Florian
By reading the discussion, I didn't noticed any DRY solution... this one could help you, even if it's -maybe- not the fastest, but the DRY'est : //for sf 1.3 in lib/form/BaseForm.class.php {{{ public function setup() { parent::setup(); foreach($this->getValidatorSchema()->getFields(

[symfony-users] Re: How to set trim default option on all widgets in a Form

2010-02-02 Thread rooster (Russ)
Some discussion about this here: http://forum.symfony-project.org/index.php/m/56343/#msg_56343 On Feb 2, 8:11 pm, DoRiaN wrote: > Up please :) > > On 1 fév, 17:44, DoRiaN wrote: > > > > > Hello (i'm french, excuse me for my english), > > > How to set trim default option on all widgets in a Form

[symfony-users] Re: How to set trim default option on all widgets in a Form

2010-02-02 Thread DoRiaN
Up please :) On 1 fév, 17:44, DoRiaN wrote: > Hello (i'm french, excuse me for my english), > > How to set trim default option on all widgets in a Form ? > > Thanks, > Dorian -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this gro