#4228: RadioSelect widget --------------------------------------+------------------------------------- Reporter: polpak <[EMAIL PROTECTED]> | Owner: adrian Status: new | Component: django.newforms Version: 0.96 | Keywords: RadioSelect renderer widget Stage: Unreviewed | Has_patch: 0 --------------------------------------+------------------------------------- As mentioned on the dev mailing list... There's an issue with the RadioSelect widget.. It makes use of a rendering object (returned by the render method) but the class used for this is hardcoded in the render method itself, so there's no way to supply an alternative renderer except to subclass both classes (the renderer, and the RadioSelect widget). Being able to supply a new rendering object would allow easier customization of the appearance of the RadioSelect widget. Then it's just a matter of subclassing RadioFieldRenderer and overriding the __unicode__ method. If I get some time later I'll submit a possible patch for this.
-- Ticket URL: <http://code.djangoproject.com/ticket/4228> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
