Based on various sources including the Dojo “manual”
Three starting sections in HEAD
- setting flags – this one is optional
djConfig = { isDebug: false };
- dojo bootstrap – I think I found that this didn’t work as a single tag – had to be the open/close tag set
- define the packages to be used
dojo.require(“dojo.event.*”);
dojo.require(“dojo.io.*”);
dojo.require(“dojo.widget.*”);
Path to dojo
With Webfuse – dojo is installed at /webfuse/tools/dojo/
Leave a Reply