Hi fellows,
Am using django-0.96 and I need to set an input html attribute from a
newforms
I need to use a time picker from dojo, for that I need to have
something like this:
<input name="time" id="id_time" type="text"
dojoType="dropdowntimepicker">

The only solution I can think of is to process the form.as_table()
string and put the snip of code that I need, just before to sent to
the browser.

By the way, where I can find some documentation of widgets for django
0.96?

thanks.


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