View all methods added to dojo.addOnLoad


/ Published in: JavaScript
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. dojo.connect(dojo, "addOnLoad", null, function() { console.debug(arguments); });

Report this snippet


Comments


You need to login to view comments.