/ Published in: JavaScript
This is fairly helpful. It will output all the methods added to dojo.addOnLoad to the console. You can then inspect them. This comes in handy if you find that things are loading out of order.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dojo.connect(dojo, "addOnLoad", null, function() { console.debug(arguments); });