Re: Can a django form render a javascript (interactive) calendar?

2009-12-16 Thread Guy
I'm new to it all, so take what I say with a grain of salt. That disclaimer aside, the dojango project app for facilitating entry of dojo javascript has been pretty informative for me with respect to getting javascripts, in general, working in django templates. It provides a calendar, as well as

Re: Can a django form render a javascript (interactive) calendar?

2009-12-16 Thread Jirka Vejrazka
>> > Is it possible for django to render a javascript calendar?  How so? >> > If this is possible, a code snippet would be very helpful. Django Admin has a JavaScript calendar you can copy or learn from - take a look at django.contrib.admin.widgets.AdminDateWidget Cheers Jirka -- You re

Re: Can a django form render a javascript (interactive) calendar?

2009-12-15 Thread Kenneth Gonsalves
On Wednesday 16 Dec 2009 12:32:21 pm Kenneth Gonsalves wrote: > On Wednesday 16 Dec 2009 12:23:48 pm codingJoe wrote: > > Is it possible for django to render a javascript calendar? How so? > > If this is possible, a code snippet would be very helpful. > > > > same as in normal html - you will ha

Re: Can a django form render a javascript (interactive) calendar?

2009-12-15 Thread Kenneth Gonsalves
On Wednesday 16 Dec 2009 12:23:48 pm codingJoe wrote: > Is it possible for django to render a javascript calendar? How so? > If this is possible, a code snippet would be very helpful. > same as in normal html - you will have to manually render the form and attach the javascript calendar with th

Can a django form render a javascript (interactive) calendar?

2009-12-15 Thread codingJoe
I'm specifically using Google AppEngine, but this seems like this is more a django question. I need an my template to render an interactive Table that someone can click a date, or "Today". The typical javascript calendar will do. I can do this without django, but I would like my form to automati