Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is difference between dijit and dojo

Tags:

dojo

I am new to dojo . I see this term like dijit . What is the difference between it and dojo?

like image 381
Hacker Avatar asked Mar 04 '10 07:03

Hacker


People also ask

What is Dojo and Dijit?

dijit is the package that contains the widget library for Dojo Toolkit. It requires the core of the Dojo Toolkit and provides a framework for building additional widgets as well as a full set of rich user interface widgets including form, layout and data-aware items.

Whats a dijit?

Dijit is a widget system layered on top of Dojo. If you are new to the whole Dojo experience, Dijit is a good place to start. You can build amazing Web 2.0 GUI's using very little, or no, JavaScript (though having an understanding of JavaScript will take you a long way, as will a good understanding of HTML and CSS).

What is widget in Dojo?

The Dojo Toolkit ships with the Dijit framework, which is a set of graphical controls called widgets. We can build graphical user interfaces with these widgets.

What is DojoX?

DojoX is an area for development of extensions to the Dojo toolkit. It is a repository for more stable and mature extensions and also acts as an incubator for experimental code, a testbed for additions to the main toolkit.


1 Answers

I am sure it would help you if you read Dojo Documentation part on Dijit. The first sentence says:

Dijit is a widget system layered on top of dojo. 
like image 115
Grzegorz Oledzki Avatar answered Sep 19 '22 05:09

Grzegorz Oledzki