Mike Kienenberger schrieb:
If I get some free time (hah!), I'll take a look at creating a sandbox
component for it since I'm using it. There's nothing much to it
other than outputing the example code we came up with, is there? And
probably calling AddResource to inline the javascript. If I have
time, I can at least get something out there to start the process.
If someone else provides a patch before I get to it, I can at least
make time to commit the patch and make sure it's working.
No need for direct calling of addresource, I added a DojoUtils utils
class which does all the dojo preinitialisation for you, have a look
at the effects or dojoInitialiser code.
The problem is, I had to add another layer instead of just using add
resource because dojo does so much more like the require stuff.
Basically all you have to do is to call dojoutils for the main include
call dojo utils for the require
and then hack away as usual