I used to demo the possibilities with using the dojo toolkit over the last few months. I used a dojo library v 1.0.2 on a domino 7 server.
Now I pulled my demo db over to my 8.5 beta 2 server, hoping that I could still use the old demo (maybe after making some minor adjustments), but unfortunately I can’t, as obvioulsy the libraries aren’t loaded.
Problem starts with the fact, taht before mit dojo directory was sitting below the dominodata\domino\html directory; now it’s being installed under \domino\js. So I used to reference the toolkit by importing it through some code in my form’s HTML head content field.
Question 1: do the “old” dojo rules (referencing the toolkit manually, setting dojo.require-parameters in JS Header etc.) still apply?
Question2: if so: how do I can reference that “domino\js”-directory?
Again: any hint and help is highly appreciated!
-Lothar