Functiondojox.off.ui.onLoad

dojo.require("dojox.off.ui");
defined in dojox/off/ui.js

A function that should be connected to allow your application to know when Dojo Offline, the page, and the Offline Widget are all initialized and ready to be used: dojo.connect(dojox.off.ui, "onLoad", someFunc)

Usage

function () (view source)