Ajax 002 - Dojo page setup


In this video we learn how to set up a page to use dojo. The source code for the video is attached below.
Errata: I made a slight error in the above video. The lines that import the css files: @import "../dojo/dijit/themes/tundra/tundra.css" They should in fact have a semi-colon after each '@import' line. @import "../dojo/dijit/themes/tundra/tundra.css";