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 JSON doesn't appear to yield a data model
structure that works with the Dojo data stores. So either I'm missing
something or I'm not describing the structure correctly when I set up
the system in javascript.

Has anyone gotten the grid working? If so, would you mind sharing an
example of the javascript model structure and/or the view that
serializes JSON? I'd like to get this thing moving if possible, as its
lazy scrolling seems like it would beat the pants off old-fashioned
pagination.

Thanks,
John

On Apr 14, 5:24 am, bobhaugen <[EMAIL PROTECTED]> wrote:
> On Mon, 14 Apr 2008 00:13:35 -0700 (PDT)
>
> Duke <[EMAIL PROTECTED]> wrote:
> > Where to store thedojotoolkit in the project
>
> You can avoid all of the static files issues withdojoby serving it
> from AOL, like so:
> <script type="text/javascript" 
> src="http://o.aolcdn.com/dojo/1.1.0/dojo/dojo.xd.js";></script>
>
> I'm doing it that way, both in development and production. So far, no
> hiccups, it's faster than havingDjangoserve it, and does not burden
> my host.
--~--~---------~--~----~------------~-------~--~----~
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