Twitchmedia wrote:
> Does anyone know if it's possible to assign tabindex values to forms in
> a Generic View within the template?  Since the INPUT fields are
> automatically generated

Yet still you have access to raw data. Instead of:

     {{ form.myfield }}

you can write something like:

     <input type="text" name="myfield" value="form.data.myfield">

i.e. construct the field's HTML manually.

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