dojo._base.loader¶
Status: | Draft |
---|---|
Version: | 1.0 |
Available: | since V0.9 |
Contents
dojo._base.loader is a bootstrap module which contains all of the package loading methods.
As with all dojo._base components, these functions are included within Dojo Base. You get this functionality by just including dojo.js or dojo.xd.js in your page.
Features¶
-
Configuring Dojo with djConfig
-
Call functions after the DOM has finished loading and widgets declared in markup have been instantiated
-
Call functions when the page unloads
-
Call functions when window.onunload fires
-
Log a debug message to indicate that a behavior has been deprecated
-
Determine if an object supports a given method
-
Get a property from a dot-separated string, such as “A.B.C”
-
Alias for the global scope
-
Returns true if the client is a web-browser
dojo.isChrome (new in V1.3)
Returns the version number of the browser, if the client is a Chrome-Browser, otherwise undefined
-
Returns the version number of the browser, if the client is a Mozilla FireFox-Browser, otherwise undefined
-
Returns the version number of the browser, if the client is a MS Internet Explorer-Browser, otherwise undefined
-
Returns the version number of the browser, if the client is a KHTML browser, otherwise undefined
-
Returns the version number of the browser, if the client is a Mozilla-based browser (Firefox, SeaMonkey), otherwise undefined
-
Returns the version number of the browser, if the client is a Opera-Browser, otherwise undefined
-
Returns the version number of the browser, if the client is is Safari or iPhone, otherwise undefined
dojo.isWebKit (new in V1.3)
Returns the version number of the browser, if the client is a WebKit-derived browser (Konqueror, Safari, Chrome, etc.), otherwise undefined
-
Multiple inheritance
-
Maps module name to a path
-
Loads a Javascript module from the appropriate URI
-
Set a property from a dot-separated string, such as “A.B.C”
-
The current version number of Dojo
-
Signal fired by impending window destruction