Hi all,<br><br>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. <br>
<br>For practical part i want to now if it is possible to define all dependencies in one file for example <b>mymap.js</b> and to exclude all of this:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<script type="text/javascript" src="../../../trunk/ext/adapter/ext/ext-base.js"></script><br> <script type="text/javascript" src="../../../trunk/ext/ext-all.js"></script><br>
<script type="text/javascript" src="../../../trunk/openlayers/lib/OpenLayers.js"></script><br><script type="text/javascript" src="../../../trunk/geoext/lib/GeoExt.js"></script><br>
<script type="text/javascript" src="../ux/downloadify/js/swfobject.js"></script><br><script type="text/javascript" src="../ux/downloadify/js/downloadify.min.js"></script><br>
<script type="text/javascript" src="../ux/utils/flash.js"></script><br><script type="text/javascript" src="../ux/data/FormatStore.js"></script><br><script type="text/javascript" src="../ux/data/Export.js"></script><br>
<script type="text/javascript" src="../ux/data/Import.js"></script><br><script type="text/javascript" src="../ux/widgets/LayerManagerExportWindow.js"></script><br>
<script type="text/javascript" src="../ux/widgets/LayerManagerExportPanel.js"></script><br><script type="text/javascript" src="../ux/widgets/LayerManagerImportPanel.js"></script><br>
<script type="text/javascript" src="../ux/widgets/LayerManagerWindow.js"></script><br><script type="text/javascript" src="LayerManagerExample.js"></script><br>
</blockquote><div><br>from the head of the page. If it is possible, how can I construct such a code, it is an example for this?<br><br><br>Thanks,<br><br>Cristian <br></div><br><br><br><br><br>