Home > Article > Web Front-end > The first day of dojo learning Tab tab implementation_dojo
In fact, this is not the case. In the words of "Mastering Dojo", "Dojo is not just a library, but a toolkit." It is more comprehensive and broader than all other JS library plug-ins. It contains about 40 user interface controls, a graphics framework, cometd support, a packaging system, and a few other things.
Download the latest version 1.6 from the dojo official website and unzip it. It has three folders:
1. dojo: It is the basis of Dojo. Everything else you want to do is based on it. It is similar to the jquery.js file, but it is richer in other functions;
2. dijit: Dojo’s widget framework and built-in set of widgets. (There are about 40 HTML user widgets);
3 dojox: Dojo extension library, including all functions from table widgets to drawing libraries.
It is enough to understand these. Although it has only been released to 1.6 and has not reached 6.1 like jquery, dojo is definitely powerful. Choosing it will be your lifelong pursuit. (advertising words)
(Note: Dojo was started in 2004, initiated by Alex, and then developed by many DHTML experts, so it is now very mature.)
Next, we are going to configure our first example, are you ready? The dojo journey has officially begun, we are going to make an example of form registration.
First we need to reference its theme style: