Login Register

Dojo Toolkit 1.0.2 is available

This is a bug fix release and is fully API compatible with 1.0 and 1.0.1. The download is available at http://download.dojotoolkit.org/release-1.0.2/ The change log can be found at http://trac.dojotoolkit.org/milestone/1.0.2

1.0.2 CDN build available

Dojo 1.0.2 is up on the AOL CDN now. More information can be found at http://build.dojotoolkit.org/1.0.2/

gfx on cdn

Can I use dojox.gfx via CDN?

There is still a problem if

There is still a problem if you dynamically try to load gfx from the CDN:
http://trac.dojotoolkit.org/ticket/4462

That ticket is scheduled for 1.1, but it may not make 1.1. You can still use gfx, but you need to manually do a script tag for dojox.gfx, instead of doing a dojo.require. Something like:



    dojo.addOnLoad(function(){
        //Do your init logic in here.
    });

great framework

thx a lot for your work; dojo indeed is very impressive, I can't wait to implement the fisheye menu on my homepage.

thanks for fixing the

thanks for fixing the calendar issue ...