Karen,
That patch is actually kind of beautiful. Just in case someone else is
looking at this as of the current codebase the custom renderer would
like like this:
class MyRenderer(RadioFieldRenderer):
def render(self):
return mark_safe(u'\n%s\n' % u'\n'.join([u'%s' % w for w in
self]))
On Mon, May 5, 2008 at 2:46 AM, Michael Irani <[EMAIL PROTECTED]>
wrote:
>
> Hello,
> I'm trying to manipulate the rendering for RadioSelect so that the
> form element shows up within my form differently than a . So far
> I've come across two options... Use straight form tags in my view, or
> to r
Hello,
I'm trying to manipulate the rendering for RadioSelect so that the
form element shows up within my form differently than a . So far
I've come across two options... Use straight form tags in my view, or
to rework RadioFieldRenderer and RadioInput from widgets.py locally so
that I can have a
3 matches
Mail list logo