|
| Setting up dojo.E DownloadThe first step to getting running is to download dojo.E. So let's go to the dojo.E download page. Once there, you will see that there are two distributions available for download. You should pick the distribution that suits you the best. The distributions currently available include:
Directory Layoutdojo.E requires Dojo to run. The dojo.E module directory (dojoe) should be located at the same level as all other Dojo directory modules (dojo, dijit, dojox and util) in a web application's directory structure. For example, if you have a directory under which you are placing your Javascript code, for example js, a straightforward way to structure the directories would be to create a dojo directory containing all the Dojo modules as well as the dojoe directory under the js directory. For example:
What you need to do to create the correct directory structure varies depending on which distribution of dojo.E you downloaded. If you downloaded the bundled distribution, create a dojo directory under js and uncompress the dojo.E distribution there. If you downloaded either the Markup or the Runtime distributions, a Dojo directory already exists; you need only to unzip dojo.E at the same level as the other Dojo modules. |