dijit.registerWin
dojo.require("dijit");
defined in dijit/_base/focus.js
Registers listeners on the specified window (either the main window or an iframe) to detect when the user has clicked somewhere. Anyone that creates an iframe should call this function.
Usage
function (/*Window?*/ targetWindow) (view source)
parameter | type | description |
---|---|---|
targetWindow | Window | Optional. |