DOJO - Toolkit in Notes / Domino

I’m playing around with the Dojo Toolkit. It has some very nice functions and effects. I have installed the toolkit under domino\dta\domino\html.

I would like to put all the *.js into my database, but I do not know, which “tree” - structure the files must have.

I tried dojo.js as “root” entry and put the other files into src/widget/

But the files do not load at runtime.

Can you tell me how I have to store the files in my database to let dojo find the files when it calls

dojo.require(“dojo.widget.Tree”); ??

Subject: DOJO - Toolkit in Notes / Domino

Everything you need to know is here…

http://www.codestore.net/store.nsf/unid/BLOG-20061004

Subject: RE: DOJO - Toolkit in Notes / Domino

Thank you very much !!