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() a
}
}}}
On 2 fév, 22:28, "rooster (Russ)" <[email protected]> wrote:
> Some discussion about this here:
>
> http://forum.symfony-project.org/index.php/m/56343/#msg_56343
>
> On Feb 2, 8:11 pm, DoRiaN <[email protected]> wrote:
>
> > Up please :)
>
> > On 1 fév, 17:44, DoRiaN <[email protected]> wrote:
>
> > > Hello (i'm french, excuse me for my english),
>
> > > How to set trim default option on all widgets in a Form ?
>
> > > Thanks,
> > > Dorian- Hide quoted text -
>
> > - Show quoted text -
>
>
--
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en.