Constructordojo.loaded

<script src="../../js/dojo.js"></script>
defined in dojo/_base/_loader/loader.js

signal fired when initial environment and package loading is complete. You may use dojo.addOnLoad() or dojo.connect() to this method in order to handle initialization tasks that require the environment to be initialized. In a browser host, declarative widgets will be constructed when this function finishes runing.

Usage

function () (view source)

PropertiesBack to top