What is Package System in Dojo?
Submitted by: Administrator• Dojo consists of JavaScript files
• Package system takes care that only needed files are included
• Each JavaScript file can be named as package dojo.provide(dojo.string)
• By that name the package can be taken in use dojo.require(dojo.string)
• One has not to remember any file or directory names
• Only dojo.js has to be included into HTML document
• That file takes care of initialization of Dojo
• There is a couple of pre packaged builds that consist of different kinds of packages e.g. Widget, event or IO builds.
Submitted by: Administrator
• Package system takes care that only needed files are included
• Each JavaScript file can be named as package dojo.provide(dojo.string)
• By that name the package can be taken in use dojo.require(dojo.string)
• One has not to remember any file or directory names
• Only dojo.js has to be included into HTML document
• That file takes care of initialization of Dojo
• There is a couple of pre packaged builds that consist of different kinds of packages e.g. Widget, event or IO builds.
Submitted by: Administrator
Read Online Dojo Job Interview Questions And Answers
Top Dojo Questions
| ☺ | What is the difference between dojox, mobile, parser and dojo.parser? |
| ☺ | Relation between AJAX and Dojo? |
| ☺ | Explain dojo/ready module functions? |
| ☺ | Explain Event System in Dojo? |
| ☺ | Explain about Environment-Specific Libraries in Dojo? |
Top Scripting language Categories
| ☺ | AngularJS Interview Questions. |
| ☺ | Ext-JS Interview Questions. |
| ☺ | Dojo Interview Questions. |
| ☺ | Expert Developer JavaScript Interview Questions. |
| ☺ | SWFObject Interview Questions. |
