ttrss/lib/dojo
Andrew Dolgov 431b8778ed
bump dojo to 1.16.5
2023-04-09 11:14:46 +03:00
..
_base bump dojo to 1.16.5 2023-04-09 11:14:46 +03:00
_firebug
cldr update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
data update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
date
dnd update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
errors
fx
io
nls update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
on
promise update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
request update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
resources
router
rpc
selector
store update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
AdapterRegistry.js
CONTRIBUTING.md
Deferred.js
DeferredList.js
Evented.js
LICENSE update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
NodeList-data.js
NodeList-dom.js
NodeList-fx.js
NodeList-html.js
NodeList-manipulate.js
NodeList-traverse.js
NodeList.js
OpenAjax.js
README.md update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
Stateful.js
aspect.js
back.js
behavior.js
bower.json
cache.js
colors.js
cookie.js
currency.js
date.js
debounce.js
dojo.js bump dojo to 1.16.5 2023-04-09 11:14:46 +03:00
dojo.profile.js
dom-attr.js update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
dom-class.js
dom-construct.js
dom-form.js
dom-geometry.js update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
dom-prop.js
dom-style.js update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
dom.js update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
domReady.js update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
fx.js
gears.js
global.js update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
has.js update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
hash.js
hccss.js
html.js update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
i18n.js update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
io-query.js
json.js
keys.js
loadInit.js
main.js
mouse.js
node.js
number.js update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
on.js update dojo to 1.14.2 2018-12-04 16:23:37 +03:00
package-lock.json update dojo/dijit to 1.16.4 2021-11-15 18:48:47 +03:00
package.json bump dojo to 1.16.5 2023-04-09 11:14:46 +03:00
parser.js
query.js
ready.js
regexp.js
request.js
require.js
router.js
sniff.js
string.js
tests.js
text.js
throttle.js
topic.js
touch.js
tt-rss-layer.js bump dojo to 1.16.5 2023-04-09 11:14:46 +03:00
uacss.js
when.js
window.js

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, Dojos 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, Dojos 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.