Question: What is Dojo?
It is JavaScript framework used for rapid development of cross-platform applications and web sites. Also known as Dojo Toolkit.
Question: What is current Stable release of Dojo?
1.10.4 / January 18, 2015
Question: In Which language, Its written?
JavaScript
Question: What is offical website of dojo?
http://dojotoolkit.org
Question: From where I can download dojo?
http://dojotoolkit.org/download/
Question: How to load dojo from CDN?
Question: Is it opensource??
Yes, It is.
Question: What are different section/parts of Dojo library?
- dojo: Its core files.
- dijit: It have user-interface modules for widgets and layout
- dojox: It have assorted module
- util: It have tools like optimization, documentation, style-checking and testing.
Question: What are different Advantages of Dojo?
- Associative arrays
- Objects and classes
- Regular expression
- Loosely typed variables
Question: What are different Features of Dojo?
- Widgets
- Asynchronous communication
- Packaging system
- Client-side data storage
- Server-side data storage
Question: What is the basic structure in Dojo?
/index.html - The application entry point.
/app - The application module.
/app/main.js - The main script for app module.
Question: What is Widget Toolkit in Dojo?
Widget is a user interface object that has a layout and HTML+CSS bound by JavaScript. Dojo have widgets like Tabs, sorting table and dialogs etc.
Question: How to use Dojo Editor widget?
Question: Give some dojo components name?
- DOJO Tree
- DOJO Button
- DOJO Grid
- DOJO List box
- DOJO Calendar
Question: What is difference between DOJO and jQuery?
DOJO | jQuery |
JavaScript toolkit or framework | JavaScript library |
HTML and JavaScript based tool kit | supports almost all web languages |
Dojo requires higher network bandwidth | Works good in low network bandwidth |
Good for bigger website and application | Good for small application. |