I have a form field that will render as a drop-down in which I need to apply
a css class to each of the <option> tags within the <select>.  A
complicating factor is that each of the <option>'s will have a different css
class.  The Form class uses a ModelChoiceField to create the form field.
 Works great w/o needing any classes, just wondering if there is a way to
inject a class into each <option> tag.
Thanks,
Chris

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to