Dojo Reference Documentation
Table of Contents
Dojo's bootstrap system provides some fundamental behaviors, including a
package system for dynamically loading scripts.
- dojo: The Dojo bootstrap.
Dojo includes some core libraries to make it easier to work with JavaScript, HTML, the DOM:
The dojo.collections package has a few sub-parts:
- Dictionary: a dictionary/hash object
- ArrayList: an extended version of the core ECMAScript Array object.
- Queue: a basic implementation of a typical queue (FIFO) object.
- SortedList: An indexed/ordered Dictionary
- Set: an object that provides basic set operations.
- Stack: a basic implementation of a standard Stack (FILO).
Core widgets
Layout widgets
Other widgets
SVG widgets