Re: passing css classes in forms

2008-11-11 Thread Jonathan Buchanan
Bobby Roberts wrote: > how can I assign form fields to certain css classes in django? django-html [1] can be used to do this quite easily in your templates (and lets you render form fields using HTML4 if you like, yay!). Jonathan. [1] http://code.google.com/p/django-html/ --~--~-~--~

Re: passing css classes in forms

2008-11-11 Thread Bobby Roberts
> Seehttp://docs.djangoproject.com/en/dev/ref/forms/widgets/#customizing-w... > > -- > DR Man i'm glad that wasn't a snake. Many thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: passing css classes in forms

2008-11-11 Thread Daniel Roseman
On Nov 11, 3:05 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote: > how can I assign form fields to certain css classes in django? See http://docs.djangoproject.com/en/dev/ref/forms/widgets/#customizing-widget-instances -- DR --~--~-~--~~~---~--~~ You received this me

passing css classes in forms

2008-11-11 Thread Bobby Roberts
how can I assign form fields to certain css classes in django? --~--~-~--~~~---~--~~ 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 fr