Re: How to use dojo toolkit in django?

2008-07-25 Thread Wolfram Kriesing
helper functions, i.e. JSON conversion * switch easily between different dojo versions. cu Wolfram On Mon, Apr 14, 2008 at 9:13 AM, Duke <[EMAIL PROTECTED]> wrote: > > How to use dojo toolkit in django project? > Where to store the dojo toolkit in the project and

Re: How to use dojo toolkit in django?

2008-04-29 Thread [EMAIL PROTECTED]
I've also been looking at Dojo lately. Of the javascript frameworks I've looked over, it appears to have the best combination of abstraction and features (feel free to offer alternatives). I've tried to get the dojox.Grid thing working but have so far failed to do so. Serializing a queryset into

Re: How to use dojo toolkit in django?

2008-04-14 Thread bobhaugen
On Mon, 14 Apr 2008 00:13:35 -0700 (PDT) Duke <[EMAIL PROTECTED]> wrote: > Where to store the dojo toolkit in the project You can avoid all of the static files issues with dojo by serving it from AOL, like so: http://o.aolcdn.com/dojo/1.1.0/ dojo/dojo.xd.js"> I'm doing it that way, both in

Re: How to use dojo toolkit in django?

2008-04-14 Thread Etienne Robillard
On Mon, 14 Apr 2008 00:13:35 -0700 (PDT) Duke <[EMAIL PROTECTED]> wrote: > > How to use dojo toolkit in django project? > Where to store the dojo toolkit in the project and how to use them in > the html page? > http://code.djangoproject.com/wiki/AJAX/Dojo/Refactored

Re: How to use dojo toolkit in django?

2008-04-14 Thread Kenneth Gonsalves
On 14-Apr-08, at 2:02 PM, Kenneth Gonsalves wrote: >> How to use dojo toolkit in django project? >> Where to store the dojo toolkit in the project and how to use them in >> the html page? > > http://www.djangoproject.com/documentation/serialization/ sorry - that is for

Re: How to use dojo toolkit in django?

2008-04-14 Thread James Bennett
On Mon, Apr 14, 2008 at 2:13 AM, Duke <[EMAIL PROTECTED]> wrote: > Where to store the dojo toolkit in the project The same place you put all other CSS stylesheets, JavaScript, images and other static files. Similarly, they will be served the same way. There is specific documentation on how to

Re: How to use dojo toolkit in django?

2008-04-14 Thread Kenneth Gonsalves
On 14-Apr-08, at 12:43 PM, Duke wrote: > How to use dojo toolkit in django project? > Where to store the dojo toolkit in the project and how to use them in > the html page? http://www.djangoproject.com/documentation/serialization/ -- regards kg http://lawgon.livejournal

How to use dojo toolkit in django?

2008-04-14 Thread Duke
How to use dojo toolkit in django project? Where to store the dojo toolkit in the project and how to use them in the html page? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou