Hi all, I'm currently working at my dissertation regarding open standards and web implementation. For practical part i want to create a web application using Geo-Ext, also i have a chapter in which I want to describe basic functionalities of the library. I'm interested in more complex documentation about the project, if it is available.
For practical part i want to now if it is possible to define all dependencies in one file for example *mymap.js* and to exclude all of this: > <script type="text/javascript" > src="../../../trunk/ext/adapter/ext/ext-base.js"></script> > <script type="text/javascript" > src="../../../trunk/ext/ext-all.js"></script> > <script type="text/javascript" > src="../../../trunk/openlayers/lib/OpenLayers.js"></script> > <script type="text/javascript" > src="../../../trunk/geoext/lib/GeoExt.js"></script> > <script type="text/javascript" > src="../ux/downloadify/js/swfobject.js"></script> > <script type="text/javascript" > src="../ux/downloadify/js/downloadify.min.js"></script> > <script type="text/javascript" src="../ux/utils/flash.js"></script> > <script type="text/javascript" src="../ux/data/FormatStore.js"></script> > <script type="text/javascript" src="../ux/data/Export.js"></script> > <script type="text/javascript" src="../ux/data/Import.js"></script> > <script type="text/javascript" > src="../ux/widgets/LayerManagerExportWindow.js"></script> > <script type="text/javascript" > src="../ux/widgets/LayerManagerExportPanel.js"></script> > <script type="text/javascript" > src="../ux/widgets/LayerManagerImportPanel.js"></script> > <script type="text/javascript" > src="../ux/widgets/LayerManagerWindow.js"></script> > <script type="text/javascript" src="LayerManagerExample.js"></script> > from the head of the page. If it is possible, how can I construct such a code, it is an example for this? Thanks, Cristian
_______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
