Dojo Toolkit

一个JavaScript工具包,可以节省您的时间并适应您的开发过程。 提供构建Web应用程序所需的一切。(A JavaScript toolkit that saves you time and scales with your development process. Provides everything you need to build a Web app. )

Github星跟蹤圖

一个JavaScript工具包,可以节省您的时间并适应您的开发过程。 提供构建Web应用程序所需的一切。 语言实用程序,UI组件等都集中在一个地方,旨在完美地协同工作。

这是Dojo 1 Toolkit的基础包。 虽然仍在维护,但新开发主要集中在现代Dojo上。
查看Dojo框架网站,或者如果您想了解更详细的技术状态和概述,请查看Dojo路线图

该软件包有时被称为“核心”,它包含最普遍适用的子软件包和模块。 dojo包涵盖了广泛的功能,如Ajax,DOM操作,类类型编程,事件,承诺,数据存储,拖放和国际化库。

安装

有关安装说明,请访问dojotoolkit.org/download。

入门

如果您刚开始使用Dojo,可以使用以下资源:

概覽

名稱與所有者dojo/dojo
主編程語言JavaScript
編程語言JavaScript (語言數: 7)
平台Cross-platform, Linux, Mac, Windows
許可證Other
發布數262
最新版本名稱1.17.3 (發布於 2022-08-13 13:26:36)
第一版名稱0.0.0test (發布於 2013-05-13 19:09:26)
創建於2013-05-19 19:50:18
推送於2023-05-20 17:55:01
最后一次提交2023-05-20 19:55:01
星數1.5k
關注者數158
派生數539
提交數4k
已啟用問題?
問題數103
打開的問題數39
拉請求數53
打開的拉請求數2
關閉的拉請求數280
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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.

去到頂部