Functiondojox.storage.manager.addOnLoad

dojo.require("dojox.storage.manager");
defined in dojox/storage/manager.js

Adds a listener to know when Dojo Offline can be used. This ensures that the Dojo Offline framework is loaded and that the local dojox.storage system is ready to be used. This method is useful if you don't want to have a dependency on Dojo Events when using dojox.storage.

Usage

function (/*Function*/ func) (view source)
parametertypedescription
funcFunctionA function to call when Dojo Offline is ready to go