Tutorial by Examples

Use Dojo from CDN Load Dojo through <script> tags in your HTML page pointing to Google CDN. Example: <script src="//ajax.googleapis.com/ajax/libs/dojo/1.11.2/dojo/dojo.js"></script> Install Dojo with Bower Type the following command in your project directory: bowe...
Dojo provides us various themes like tundra, claro etc. Load themes using link tag in your HTML page pointing to Google CDN.
This example is a sample page that shows how to use Dojo to display a "Hello world" text inside <h1> tag. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Dojo sample</title> <script src="//ajax.go...

Page 1 of 1