Dojo: config settings
October 4th, 2008 by bbuffoneAdd the djConfig to the script tag.
<script type="text/javascript" src="dojo-directory/dojo.js"
djConfig="isDebug: true, parseOnLoad: true"> </script>
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.