what is the basic structure in Dojo?
Answer / Surendra Nath Gupta
The basic structure in Dojo consists of an entry point (usually a JavaScript file) that defines the initial configuration and required modules. The dojo config object is often used to specify the base URL for module paths, packages, and other settings. Once configured, the dojo.js library is loaded, and additional modules are loaded on demand as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is and why dojo toolkit ?
Example on drag and drop in dojo framework?
Explain the function of Dojo/ready module?
Can we have to use dojox/mobile/parser for dojo mobile applications?
What is dijit?
Are applications using dojo mobile accessible?
Explain about language libraries in dojo?
List out some of the components that come along with Dojo Framework?
What is the use of modules in dojo?
what are the advantages or benefits of Dojo?
what are Modules in Dojo?
Which conditions have to be fulfilled for a function of dojo/ready module record a callback?