Category Archives: Dojo

Dojo – Write your own Dojo module

I am learning Dojo by following the tutorials @ the Dojo official website. You can find all the tutorials @ the Dojo Documentation page.

In the first tutorial, it guides you to load the Dojo library from the CDN and add write your custom module. Normally, the module code should be placed relative to the dojo.js directory. But if we load the dojo.js from CDN, where should we put the our own code?

In that case, we have to configure the Dojo settings before we load the dojo.js. Here is an example.
Continue reading Dojo – Write your own Dojo module