One thought, and this maybe the whole issue, is that the radio button
is using labels for the text and not titles.
I would expect the output to be something like this:
<input type="radio" name="newrate" value="1" title="Very poor" />
but instead the output is like this:
<label for "newrate">
    <input type="radio" name="newrate" value="1" />
  1
</label>

Is this something that anyone else has had to deal with?

Thanks
Michael

On Dec 27, 6:39 am, Michael Thamm <webmas...@morningcat.com> wrote:
> Hi,
> I am using the jQuery stars on a radio field as a custom renderer. The
> stars come up nicely but the
> choice text still displays to the side of the stars.
> How can I not show the choice text but still populate the field with
> the choice result?
> I am displaying the field in the template like this:
> {{ userForm.fitStars }}
>
> BTW - I am not talking about the label text. For example,
> How was your meal?
>
> But rather the radio button choices.
>
> The radio button text I want to not display.
>
> Thanks
> Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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