Dojo

Status:Draft
Version:1.0
Available:since version 0.9

Dojo is divided into two parts: dojo.js, and the rest of Dojo Core. Typically, if a function or Class exists within the dojo namespace directly (eg: dojo.require(), dojo.addOnLoad()) it is provided directly by dojo.js. If the function or Class exists beneath the dojo namespace (eg: dojo.dnd.Mover), you will need to require the appropriate module (eg: dojo.require("dojo.dnd.Mover");)

These pages cover both cases, and indicate how they are provided.

dojo.js

Dojo Base is the functionality you get by just including dojo.js or dojo.xd.js in your page.

Dojo Core

See also

  • Dijit

    The widget system layered on top of Dojo

  • DojoX

    An area for development of extensions to the Dojo toolkit