sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Irul24 d994ad09ee First Commit 2 years ago
..
_base First Commit 2 years ago
_firebug First Commit 2 years ago
cldr First Commit 2 years ago
data First Commit 2 years ago
date First Commit 2 years ago
dnd First Commit 2 years ago
errors First Commit 2 years ago
fx First Commit 2 years ago
io First Commit 2 years ago
json5 First Commit 2 years ago
nls First Commit 2 years ago
on First Commit 2 years ago
promise First Commit 2 years ago
request First Commit 2 years ago
resources First Commit 2 years ago
router First Commit 2 years ago
rpc First Commit 2 years ago
selector First Commit 2 years ago
store First Commit 2 years ago
tests First Commit 2 years ago
testsDOH First Commit 2 years ago
.gitattributes First Commit 2 years ago
.gitignore First Commit 2 years ago
AdapterRegistry.js First Commit 2 years ago
CONTRIBUTING.md First Commit 2 years ago
Deferred.js First Commit 2 years ago
DeferredList.js First Commit 2 years ago
Evented.js First Commit 2 years ago
LICENSE First Commit 2 years ago
NodeList-data.js First Commit 2 years ago
NodeList-dom.js First Commit 2 years ago
NodeList-fx.js First Commit 2 years ago
NodeList-html.js First Commit 2 years ago
NodeList-manipulate.js First Commit 2 years ago
NodeList-traverse.js First Commit 2 years ago
NodeList.js First Commit 2 years ago
OpenAjax.js First Commit 2 years ago
README.md First Commit 2 years ago
Stateful.js First Commit 2 years ago
aspect.js First Commit 2 years ago
back.js First Commit 2 years ago
behavior.js First Commit 2 years ago
bower.json First Commit 2 years ago
cache.js First Commit 2 years ago
colors.js First Commit 2 years ago
cookie.js First Commit 2 years ago
currency.js First Commit 2 years ago
date.js First Commit 2 years ago
debounce.js First Commit 2 years ago
dojo.js First Commit 2 years ago
dojo.profile.js First Commit 2 years ago
dom-attr.js First Commit 2 years ago
dom-class.js First Commit 2 years ago
dom-construct.js First Commit 2 years ago
dom-form.js First Commit 2 years ago
dom-geometry.js First Commit 2 years ago
dom-prop.js First Commit 2 years ago
dom-style.js First Commit 2 years ago
dom.js First Commit 2 years ago
domReady.js First Commit 2 years ago
fx.js First Commit 2 years ago
gears.js First Commit 2 years ago
global.js First Commit 2 years ago
has.js First Commit 2 years ago
hash.js First Commit 2 years ago
hccss.js First Commit 2 years ago
html.js First Commit 2 years ago
i18n.js First Commit 2 years ago
io-query.js First Commit 2 years ago
json.js First Commit 2 years ago
json5.js First Commit 2 years ago
keys.js First Commit 2 years ago
loadInit.js First Commit 2 years ago
main.js First Commit 2 years ago
mouse.js First Commit 2 years ago
node.js First Commit 2 years ago
number.js First Commit 2 years ago
on.js First Commit 2 years ago
package-lock.json First Commit 2 years ago
package.json First Commit 2 years ago
parser.js First Commit 2 years ago
query.js First Commit 2 years ago
ready.js First Commit 2 years ago
regexp.js First Commit 2 years ago
request.js First Commit 2 years ago
require.js First Commit 2 years ago
robot.js First Commit 2 years ago
robotx.js First Commit 2 years ago
router.js First Commit 2 years ago
sniff.js First Commit 2 years ago
string.js First Commit 2 years ago
tests.js First Commit 2 years ago
text.js First Commit 2 years ago
throttle.js First Commit 2 years ago
topic.js First Commit 2 years ago
touch.js First Commit 2 years ago
uacss.js First Commit 2 years ago
when.js First Commit 2 years ago
window.js First Commit 2 years ago

README.md

dojo

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

Checkout the Dojo framework website or if you want a more detailed technical status and overview, checkout the Dojo roadmap.

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.

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-2018, JS Foundation. All rights reserved.