Dojo Toolkit JavaScript Tutorial

< html>
  
    
    
      var djConfig = {
        baseScriptUri : "js/dojo/",
        parseOnLoad : true
      };
    
    
    
  
  
    
    Right click in here to get the contextual menu.
    

    
        foo
            alert("foo");
        

        bar
            alert("bar");
        

        baz
            alert("baz");