On Mon, 17 Jan 2011 07:44:19 -0800 (PST), weaverryan <[email protected]> wrote: > * The third argument of the Twig form_field() function is a parameters > array (see above). Currently, the *only* use for this seems to be for > specifying the separator of the ChoiceField. Is the parameters array a > nearly-dead feature that should be killed off? If so, this would put > the separator into ChoiceField. Is that more correct?
I think this arrau can also pass others parameters which would be added to the field. For example you can add a 'class' parameter but also all other valid html parameters. Regards -- Christophe | Stof -- 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 developers" 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-devs?hl=en
