Hi, I also need to switch the <input> and <label> tags, so attrs would 
not help.

For example for select widget I need to generate
<p> <label> <input>

and for other controls, I need to generate
<p class="something"> <input> <label>


Thanks
Leon Yeh




Ulises wrote:
>> and for other controls, I need to generate
>> <p class="something"> <input> <label>
> 
> How about using widget.attrs?
> 
> http://docs.djangoproject.com/en/dev/ref/forms/widgets/#django.forms.Widget.attrs
> 
> Best,
> 
> U
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
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