Hello,

Can someone help me ?

Should I develop my own Twig function, or can I hope S2 provide (or will 
provide) what I need ?


Thanks a lot,


-- 
Christophe



Le 8 juin 2011 à 09:09, Christophe Beyer a écrit :

> Hi,
> 
> Is it possible to use the form_row block instead of this 3 lines, with the 
> good parameters ? :
> 
> {{ form_label(form.nom, 'MyName') }}
> {{ form_errors(form.nom) }}
> {{ form_widget(form.nom, { 'attr': {'class': 'red'}, 'help': 'MyHelp' }) }}
> 
> I tried this :
> 
> {{ form_row(form.nom, { 'label':'MyName', 'attr': {'class': 'red'}, 'help': 
> 'MyHelp' }) }}
> 
> but it doesn't do what I want (the red class is applied to the label and not 
> to the input field, and the help is not displayed).
> 
> I'm looking for a solution, because I have a lot a custom forms with a lot of 
> forms, and I prefer to have 1 line instead of 3 for each field !
> 
> I'm using the beta4.
> 
> 
> Thanks !
> 
> -- 
> Christophe
> 
> -- 
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
> 
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to