Closed (fixed)
Project:
Dojo Toolkit
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 18:21 UTC
Updated:
6 Jun 2012 at 07:01 UTC
Hi Folks,
Any chance of a status update? How is this going? I'm hoping to use something like DojoX charting in a Drupal website - ideally fetching data from a REST server instead of being supplied by Drupal.
I'd be interested in helping or testing if you need it.
Comments
Comment #1
alexmc commentedWell, I don't know if it is "best practice", but I have a demo page at http://fake.owal.co.uk/dojotest/1
I'm trying to learn more about Dojo to do better AJAX.
Comment #2
freelockHi,
I need to be more diligent about watching the issue queues!
I'm actively adding support for AMD definitions right now, should have something working in the next week or so. Then I'll likely be doing a Drupal 7 port.
One key thing I'm building is a hook so you can define module paths to your own Javascript. And then you can just require() your own modules and be off and running.
Also looking for a good interface for bootstrapping whatever you want to have happen at page load. Suggestions welcome...
Comment #3
freelockOk, this module has gone entirely AMD, and given that nobody's using it yet, I'm dropping support for older Dojo versions/conventions. There are 4 crucial things you'll need to get this working on a Drupal 6 site:
Let me know if you have any suggestions, or feedback from using this!