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
Dojo Toolkit 1.0.2 is available
Submitted by peller on Sun, 12/16/2007 - 04:08.
- peller's blog
- Login or register to post comments
- Subscribe blog
- Unsubscribe post

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 ...