dojo-release-a5
java 

所属分类:其他
开发工具:Java
文件大小:1473KB
下载次数:0
上传日期:2018-08-16 22:26:35
上 传 者大的在在
说明:  ojo是一个强大的面向对象JavaScript框架。主要由三大模块组成:Core、Dijit、DojoX。Core提供 Ajax,events,packaging,CSS-based querying,animations,JSON等相关操作API。Dijit是一个可更换皮肤,基于模板的WEB UI控件库。DojoX包括一些创新/新颖的代码和控件:DateGrid,charts,离线应用,跨浏览器矢量绘图等。
(Ojo is a powerful object oriented JavaScript framework. It is mainly composed of three modules: Core, Dijit and DojoX. Core provides Ajax, events, packaging, CSS-based querying, animations, JSON and other related operations API. Dijit is a replaceable skin, template based WEB UI control library. DojoX includes some innovative / novel code and controls: DateGrid, charts, offline applications, cross-browser vector drawing, etc.)

文件列表:
dojo-1.14.0 (0, 2018-08-12)
dojo-1.14.0\AdapterRegistry.js (3771, 2018-08-12)
dojo-1.14.0\aspect.js (8223, 2018-08-12)
dojo-1.14.0\back.js (14040, 2018-08-12)
dojo-1.14.0\behavior.js (7761, 2018-08-12)
dojo-1.14.0\bower.json (538, 2018-08-12)
dojo-1.14.0\cache.js (145, 2018-08-12)
dojo-1.14.0\cldr (0, 2018-08-12)
dojo-1.14.0\cldr\LICENSE (2806, 2018-08-12)
dojo-1.14.0\cldr\monetary.js (1257, 2018-08-12)
dojo-1.14.0\cldr\nls (0, 2018-08-12)
dojo-1.14.0\cldr\nls\ar (0, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\buddhist.js (6517, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\coptic.js (2763, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\currency.js (630, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\ethiopic.js (2507, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\generic.js (3652, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\gregorian.js (7266, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\hebrew.js (6271, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\islamic.js (6687, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\japanese.js (6758, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\number.js (493, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\persian.js (6395, 2018-08-12)
dojo-1.14.0\cldr\nls\ar\roc.js (2352, 2018-08-12)
dojo-1.14.0\cldr\nls\bs (0, 2018-08-12)
dojo-1.14.0\cldr\nls\bs\currency.js (392, 2018-08-12)
dojo-1.14.0\cldr\nls\bs\generic.js (1656, 2018-08-12)
dojo-1.14.0\cldr\nls\bs\gregorian.js (3751, 2018-08-12)
dojo-1.14.0\cldr\nls\bs\islamic.js (2371, 2018-08-12)
dojo-1.14.0\cldr\nls\bs\number.js (85, 2018-08-12)
dojo-1.14.0\cldr\nls\buddhist.js (6557, 2018-08-12)
dojo-1.14.0\cldr\nls\ca (0, 2018-08-12)
dojo-1.14.0\cldr\nls\ca\buddhist.js (5457, 2018-08-12)
dojo-1.14.0\cldr\nls\ca\chinese.js (2719, 2018-08-12)
dojo-1.14.0\cldr\nls\ca\currency.js (574, 2018-08-12)
dojo-1.14.0\cldr\nls\ca\generic.js (3323, 2018-08-12)
dojo-1.14.0\cldr\nls\ca\gregorian.js (6043, 2018-08-12)
dojo-1.14.0\cldr\nls\ca\number.js (475, 2018-08-12)
... ...

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](https://dojo.io/) or if you want a more detailed technical status and overview, checkout [`dojo/meta`](https://github.com/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: - [Tutorials]() - [Reference Guide]() - [API Documentation]() - [Community Forum]() 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.

近期下载者

相关文件


收藏者