On Tue, 2009-01-27 at 06:53 -0800, chewynougat wrote:
> After having a closer look in django, it seems that the
> RadioFieldRenderer that renders the radio buttons, renders the entire
> set as a single string, therefore it is not possible to split these
> fields in the template (using django) - if anyone else is interested!

That's correct, for the default widget used in that case. Nothing to
prevent you writing your own widget that works as you would like,
however. That's part of the reason why widget classes are separate from
form fields and why the form fields take a widget parameter: to allow
such customisations.

Regards,
Malcolm



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

Reply via email to