[Commits] r681 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Tue May 12 00:34:43 CEST 2009
Author: tschaub
Date: 2009-05-12 00:34:43 +0200 (Tue, 12 May 2009)
New Revision: 681
Modified:
core/trunk/geoext/examples/feature-grid.html
core/trunk/geoext/examples/mappanel-div.html
core/trunk/geoext/examples/mappanel-window.html
core/trunk/geoext/examples/popup.html
core/trunk/geoext/examples/wms-capabilities.html
core/trunk/geoext/examples/zoom-chooser.html
Log:
Using full Ext build hosted at CacheFly (closes #61).
Modified: core/trunk/geoext/examples/feature-grid.html
===================================================================
--- core/trunk/geoext/examples/feature-grid.html 2009-05-11 22:29:32 UTC (rev 680)
+++ core/trunk/geoext/examples/feature-grid.html 2009-05-11 22:34:43 UTC (rev 681)
@@ -1,12 +1,15 @@
<html>
<head>
- <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css"></link>
- <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
- <script type="text/javascript" src="../../openlayers/lib/OpenLayers.js"></script>
- <script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all.js"></script>
+ <title>GeoExt FeatureStore in an Ext Grid</title>
+
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
<script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
+
<script type="text/javascript" src="feature-grid.js"></script>
+
</head>
<body>
<h1>Grid Panel configured with a GeoExt.data.FeatureStore</h1>
Modified: core/trunk/geoext/examples/mappanel-div.html
===================================================================
--- core/trunk/geoext/examples/mappanel-div.html 2009-05-11 22:29:32 UTC (rev 680)
+++ core/trunk/geoext/examples/mappanel-div.html 2009-05-11 22:34:43 UTC (rev 681)
@@ -1,12 +1,15 @@
<html>
<head>
- <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css"></link>
- <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
- <script type="text/javascript" src="../../openlayers/lib/OpenLayers.js"></script>
- <script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all.js"></script>
+ <title>GeoExt MapPanel Example</title>
+
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
<script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
+
<script type="text/javascript" src="mappanel-div.js"></script>
+
</head>
<body>
<h1>GeoExt.MapPanel with an Existing OpenLayers.Map</h1>
Modified: core/trunk/geoext/examples/mappanel-window.html
===================================================================
--- core/trunk/geoext/examples/mappanel-window.html 2009-05-11 22:29:32 UTC (rev 680)
+++ core/trunk/geoext/examples/mappanel-window.html 2009-05-11 22:34:43 UTC (rev 681)
@@ -1,12 +1,15 @@
<html>
<head>
- <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css"></link>
- <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
- <script type="text/javascript" src="../../openlayers/lib/OpenLayers.js"></script>
- <script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all.js"></script>
- <script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <title>GeoExt MapPanel in an Ext Window</title>
+
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
+ <script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
+
<script type="text/javascript" src="mappanel-window.js"></script>
+
</head>
<body>
<h1>GeoExt.MapPanel in an Ext.Window</h1>
Modified: core/trunk/geoext/examples/popup.html
===================================================================
--- core/trunk/geoext/examples/popup.html 2009-05-11 22:29:32 UTC (rev 680)
+++ core/trunk/geoext/examples/popup.html 2009-05-11 22:34:43 UTC (rev 681)
@@ -1,34 +1,28 @@
<html>
- <head>
- <title>GeoExt Popup Example</title>
+ <head>
+ <title>GeoExt Popup Example</title>
- <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css"></link>
- <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
- <link rel="stylesheet" type="text/css" href="../resources/css/geoext-all-debug.css" />
- <script type="text/javascript" src="../../openlayers/lib/OpenLayers.js"></script>
- <script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all.js"></script>
- <script>
- window.scriptLocation = "../lib/";
- </script>
- <script type="text/javascript" src="../lib/GeoExt.js"></script>
- <script type="text/javascript" src="popup.js"></script>
-
- <style type="text/css">
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
+ <link rel="stylesheet" type="text/css" href="../resources/css/geoext-all-debug.css" />
+ <script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
+
+ <script type="text/javascript" src="popup.js"></script>
- div#map {
- width: 650px;
- height: 400px;
- position: relative;
- }
-
- </style>
- </head>
- <body>
- <h1>Popup Example</h1>
- <p>Click on the point in the map panel to open a popup.
- The js is not minified so it is readable. See <a href="popup.js">popup.js</a>.</p>
- <div id="container"></div>
-
- </body>
+ <style type="text/css">
+ div#map {
+ width: 650px;
+ height: 400px;
+ position: relative;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>Popup Example</h1>
+ <p>Click on the point in the map panel to open a popup.
+ The js is not minified so it is readable. See <a href="popup.js">popup.js</a>.</p>
+ <div id="container"></div>
+ </body>
</html>
Modified: core/trunk/geoext/examples/wms-capabilities.html
===================================================================
--- core/trunk/geoext/examples/wms-capabilities.html 2009-05-11 22:29:32 UTC (rev 680)
+++ core/trunk/geoext/examples/wms-capabilities.html 2009-05-11 22:34:43 UTC (rev 681)
@@ -1,13 +1,13 @@
<html>
<head>
- <script type="text/javascript" src="../../openlayers/lib/OpenLayers.js"></script>
- <script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all-debug.js"></script>
+ <title>GeoExt WMS Capabilities Example</title>
+
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
<script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
- <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css"></link>
- <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
-
<script type="text/javascript" src="wms-capabilities.js"></script>
</head>
Modified: core/trunk/geoext/examples/zoom-chooser.html
===================================================================
--- core/trunk/geoext/examples/zoom-chooser.html 2009-05-11 22:29:32 UTC (rev 680)
+++ core/trunk/geoext/examples/zoom-chooser.html 2009-05-11 22:34:43 UTC (rev 681)
@@ -1,12 +1,15 @@
<html>
<head>
- <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css"></link>
- <link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
- <script type="text/javascript" src="../../openlayers/lib/OpenLayers.js"></script>
- <script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="../../ext/ext-all.js"></script>
+ <title>GeoExt ScaleStore Example</title>
+
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
<script type="text/javascript" src="../lib/GeoExt.js"></script>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
+
<script type="text/javascript" src="zoom-chooser.js"></script>
+
</head>
<body>
<h1>GeoExt.data.ScaleStore with an Existing OpenLayers.Map</h1>
More information about the Commits
mailing list