Dojo: config settings

October 4th, 2008 by bbuffone

Add the djConfig to the script tag.

<script type="text/javascript" src="dojo-directory/dojo.js"
djConfig="isDebug: true, parseOnLoad: true"> </script>

For complete list of variables check out the dojo/_base/_loader/bootstrap.js file.
Click here to see the one in trunk.

Leave a Reply