api: Object

Function Information
function
Parameters
Fields
api.addDojoCss: Function (/*String*/ path)
Adds an additional dojo CSS file (useful for the dojox modules)
api.Console: Constructor ()
A console widget that you can embed in an app
api.crosstalk: Object
An API that allows an app to communicate with other applications on a system-wide level.
api.filesystem: Object
A server-side virtual filesystem
api.log: Function (/*String*/ str)
logs a string onto any console that is open
api.Registry: Constructor (/*Object*/ args)
An API that allows storage in a table format for users. This is basically a persistant dojo.data store with write capabilities. See dojo's documentation on dojo.data for more info.
api.Sound: Constructor ()
An API that allows an app to play audio content. Abstracts between HTML5 audio tags, flash-based audio, and embed tags
api.ui: Object
An API that provides things like dialogs and such
api.Window: Constructor ()
The window widget
api.xhr: Function (/*String*/ args)
an extention of dojo's XHR utilities, but with some extra params to make life easy