Dies ist eine alte Version des Dokuments!
Tutorial, Reference, API Reference, Feature explorer (incomplete?), hello world (outdated) Dojo Lib from AOL's CDN, Old quick start, Javascript
console.log() and friends. More| Dojo API | DOM API |
|---|---|
| dojo.byId() | document.getElementById() |
Does this table make sense at all?
A custom build is necessary for example when public cross-domain distributions are not accessible (isolated network) and the size of the standard dojo package is to big for the server (e.g. on an embedded system). With a custom build you can do both: Reduce the size and make it cross-domain capable.
Further reading: quickstart/custom-builds — Create optimized Dojo builds for your custom Dojo artifacts
The following exemplary steps build a cross-domain build with standard profile to be installed on the machine of the brower. Hence the browser machine needs a webserver as well! The actual dojo app can live on a space limited device where the browser connects to:
/var/www/htdocs/lib/dojo/1.4/./build.sh profile=standard loader=xdomain xdDojoPath=http://localhost/lib/dojo/1.4 action=release releaseName=1.4 releaseDir=/var/www/htdocs/lib/dojo
Download and extract latest stable source release. Tip: Use SVN, e.g: svn co http://svn.dojotoolkit.org/src/branches/1.4 dojo-svn