I've created a div formatter and it works great for most of my
widgets.  The only exception are multi-field widgets, such as dates
and times.  I would like to a have a label on each of the sub-widgets
and the easiest way to do this would be to simply render it like three
separate rows.  Is there an easy way to do this?

I'm going through the renderRow() code in sfFormField and I can't see
an easy solution because this method first calls renderField, which
just returns back the inputs, and then calls formatRow to add the
label and other row information.

Steve
--~--~---------~--~----~------------~-------~--~----~
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