that ends in ".jsonp.js" be sent to the script provider request.register(/\.jsonp\.js$/i, script); request.get("helloworld.jsonp.js", { jsonp: "callback" }).then(function(response){ // Handle response }); request.get("helloworld.json", { handleAs: "json" }).then(function(response){ // Handle response }); }); Wednesday, 11 July 12
ready(function(){ var store = new JsonRest({ target: "/calendar/" }); var calendar = new Calendar({ dateInterval: "day", style: "position: relative; width: 500px; height: 500px;", store: store }, "someId"); }); }); Wednesday, 11 July 12
Clearer MVC structure, designed both for dojox/mobile and desktop applications dojox/gfx - Improvements around clipping, element lifecycle management and extensions around SVG and Canvas to fully leverage those APIs http://livedocs.dojotoolkit.org/releasenotes/1.8#dojox Wednesday, 11 July 12
Early 2013, Release – Mid 2013 Concepts Introduced in 1.6, 1.7 and 1.8 to be the Foundation Dojo Foundation Packages Replaces DojoX Be Prepared Early for Migration: http://livedocs.dojotoolkit.org/releasenotes/migration-2.0 Dojo 1.9 to be Essentially Maintenance Release of 1.X Branch Wednesday, 11 July 12