2011/1/19 Dan Leech <[email protected]>: > Is it going to be possible to add Labels and Help to form fields in > the SF2 form framework?
No. You have to write that into your template when manually rendering the form. Rendering a whole form automatically is discouraged. Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart 2011/1/19 Dan Leech <[email protected]>: > Is it going to be possible to add Labels and Help to form fields in > the SF2 form framework? > > This would be great for auto-rendering forms and field_rows and would > really enable us to leverage > the power of the form templating system. > > Incidentally, at the moment my prototype forms look rather messy as I > use camel-cased property names and > I think the form framework "humanizes" only under_scored properties, > but that doesn't follow convention does it? (?) > > -- > Dan Leech > > Web Developer > www.dantleech.com > > -- > 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 > -- 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
