Name Last Update
..
_base Loading commit data...
_firebug Loading commit data...
cldr Loading commit data...
data Loading commit data...
date Loading commit data...
dnd Loading commit data...
errors Loading commit data...
fx Loading commit data...
io Loading commit data...
lib Loading commit data...
nls Loading commit data...
on Loading commit data...
promise Loading commit data...
request Loading commit data...
resources Loading commit data...
router Loading commit data...
rpc Loading commit data...
selector Loading commit data...
store Loading commit data...
AdapterRegistry.js Loading commit data...
CONTRIBUTING.md Loading commit data...
Deferred.js Loading commit data...
DeferredList.js Loading commit data...
Evented.js Loading commit data...
LICENSE Loading commit data...
NodeList-data.js Loading commit data...
NodeList-dom.js Loading commit data...
NodeList-fx.js Loading commit data...
NodeList-html.js Loading commit data...
NodeList-manipulate.js Loading commit data...
NodeList-traverse.js Loading commit data...
NodeList.js Loading commit data...
OpenAjax.js Loading commit data...
README.md Loading commit data...
Stateful.js Loading commit data...
aspect.js Loading commit data...
back.js Loading commit data...
behavior.js Loading commit data...
bower.json Loading commit data...
cache.js Loading commit data...
colors.js Loading commit data...
cookie.js Loading commit data...
currency.js Loading commit data...
date.js Loading commit data...
debounce.js Loading commit data...
dojo.js Loading commit data...
dojo.profile.js Loading commit data...
dom-attr.js Loading commit data...
dom-class.js Loading commit data...
dom-construct.js Loading commit data...
dom-form.js Loading commit data...
dom-geometry.js Loading commit data...
dom-prop.js Loading commit data...
dom-style.js Loading commit data...
dom.js Loading commit data...
domReady.js Loading commit data...
fx.js Loading commit data...
gears.js Loading commit data...
global.js Loading commit data...
has.js Loading commit data...
hash.js Loading commit data...
hccss.js Loading commit data...
html.js Loading commit data...
i18n.js Loading commit data...
io-query.js Loading commit data...
jquery.js Loading commit data...
json.js Loading commit data...
keys.js Loading commit data...
loadInit.js Loading commit data...
main.js Loading commit data...
mouse.js Loading commit data...
node.js Loading commit data...
number.js Loading commit data...
on.js Loading commit data...
package.json Loading commit data...
parser.js Loading commit data...
query.js Loading commit data...
ready.js Loading commit data...
regexp.js Loading commit data...
request.js Loading commit data...
require.js Loading commit data...
router.js Loading commit data...
sniff.js Loading commit data...
string.js Loading commit data...
tests.js Loading commit data...
text.js Loading commit data...
throttle.js Loading commit data...
topic.js Loading commit data...
touch.js Loading commit data...
uacss.js Loading commit data...
when.js Loading commit data...
window.js Loading commit data...

dojo

This is the foundation package for the Dojo 1 Toolkit. While still being maintained, new development is focused on Dojo 2.

Checkout the Dojo 2 website or if you want a more detailed technical status and overview, checkout dojo/meta.

This package is sometimes referred to as the “core”, it contains the most generally applicable sub-packages and modules. The dojo package covers a wide range of functionality like Ajax, DOM manipulation, class-type programming, events, promises, data stores, drag-and-drop and internationalization libraries.

Installing

Installation instructions are available at dojotoolkit.org/download.

Getting Started

If you are starting out with Dojo, the following resources are available to you:

What to Use Dojo For and When to Use It

The following is a brief sampling of some of the areas where Dojo may prove to be the right tool for your next project:

  • For keeping your code fast and maintainable, Dojo offers an asynchronous module definition (AMD) loader -- encapsulating pieces of code into useful units, loading small JavaScript files only when they are needed, and loading files separately even when they are dependent on one another.

  • When you want to easily extend existing classes, share functionality among a number of classes, and maximize code reuse, Dojo provides class-like inheritance and “mixins.”

  • For creating advanced and customizable user interfaces out of refined, efficient, and modular pieces, Dojo’s Dijit framework offers several dozen enterprise-ready widgets -- including buttons, textboxes, form widgets with built-in validation, layout elements, and much more -- along with themes to lend them a consistent look. All of this is available for mobile environments as well.

  • For working with advanced vector graphics, Dojo’s GFX API can render graphics in a wide variety of formats, with support for seamless manipulation (skewing, rotating, resizing), gradients, responding to mouse events, and more.

  • The dojox/charting library supports powerful data visualization and dynamic charting, including a variety of 2D plots and animated charting elements.

  • When you need feature-rich, lightweight, and mobile-friendly grids/tables, Dojo offers the dgrid widget, along with customizable default themes and accompanying features such as in-cell editing, row/cell selection, column resizing/reordering, keyboard handling, pagination, and more.

  • Dojo is the officially supported framework for the ArcGIS API for JavaScript, one of the most widely used enterprise-grade APIs for web mapping and spatial analysis -- learning to use Dojo will open doors to creating richer web mapping applications using that API.

License and Copyright

The Dojo Toolkit (including this package) is dual licensed under BSD 3-Clause and AFL. For more information on the license please see the License Information. The Dojo Toolkit is Copyright (c) 2005-2017, JS Foundation. All rights reserved.