|
What this is
Other links
The source code<module> <!-- This module needs to be copied to the root of the project, that contains the Dojo libraries. The Dojo libraries should live in a folder off of the root named 'public' or using the <public> tag with path="SOME_FOLDER_NAME_CONTAINING_DOJO_LIBS". --> <!-- Config if using local dojo libs. The folder structure should be: . |-dojoLib //the name of the path in the <public> tag |-dojo |-dijit |-dojo |-dojox --> <!-- <public path="dojoLib"/> <script src="dojo/dojo/dojo.js.uncompressed.js"/> <script src="dojo/dijit/dijit.js.uncompressed.js"/> <script src="dojo/dijit/dijit-all.js.uncompressed.js"/> <script src="dojo/dojo/data/ItemFileWriteStore.js"/> <script src="dojo/dojox/gfx.js"/> <stylesheet src="dojo/dijit/themes/tundra/tundra.css"/> --> <!-- Config if using remote dojo libs --> <script src="http://o.aolcdn.com/dojo/1.1.0/dojo/dojo.xd.js"/> <script src="http://o.aolcdn.com/dojo/1.1.0/dijit/dijit.xd.js"/> <script src="http://o.aolcdn.com/dojo/1.1.0/dijit/dijit-all.xd.js"/> <script src="http://o.aolcdn.com/dojo/1.1.0/dojo/data/ItemFileWriteStore.xd.js"/> <script src="http://o.aolcdn.com/dojo/1.1.0/dojox/gfx.js"/> <stylesheet src="http://o.aolcdn.com/dojo/1.1.0/dijit/themes/tundra/tundra.css"/> </module> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.