On Thu, 2007-11-01 at 19:08 +0000, Henhiskan wrote:
> 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?

Read the current documentation and just note any places where it says
"New in Django development version" -- they won't be available in 0.96.
The reason we add that note is so that the documentation at
www.djangoproject.com/documentation/ is relevant to all versions (well,
mostly the last released version + subversion). On rare occasions,
you'll need to specifically click through to the 0.96 docs, but we try
to keep the current stuff relevant to the last release so that everybody
can benefit from the updates.

Regards,
Malcolm

-- 
Despite the cost of living, have you noticed how popular it remains? 
http://www.pointy-stick.com/blog/


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