[Commits] r2412 - in extensions/geoext.ux/ux/SimplePrint: examples tests/lib/GeoExt.ux
commits at geoext.org
commits at geoext.org
Mon Sep 27 11:32:14 CEST 2010
Author: fredj
Date: 2010-09-27 11:32:14 +0200 (Mon, 27 Sep 2010)
New Revision: 2412
Modified:
extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html
extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html
Log:
use OpenLayers 2.10 and ExtJS 3.2.1
Modified: extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html
===================================================================
--- extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html 2010-09-27 09:04:51 UTC (rev 2411)
+++ extensions/geoext.ux/ux/SimplePrint/examples/SimplePrint.html 2010-09-27 09:32:14 UTC (rev 2412)
@@ -2,10 +2,10 @@
<head>
<title>Printing ux SimplePrint Example</title>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/ext-all.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.cachefly.net/ext-2.2.1/examples/shared/examples.css" />
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/examples/shared/examples.css" />
<script src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script>
<script type="text/javascript" src="../../../../geoext/lib/GeoExt.js"></script>
Modified: extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html
===================================================================
--- extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html 2010-09-27 09:04:51 UTC (rev 2411)
+++ extensions/geoext.ux/ux/SimplePrint/tests/lib/GeoExt.ux/SimplePrint.html 2010-09-27 09:32:14 UTC (rev 2412)
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html debug="true">
<head>
- <script type="text/javascript" src="http://dev.openlayers.org/nightly/OpenLayers.js"></script>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/adapter/ext/ext-base.js"></script>
- <script type="text/javascript" src="http://extjs.cachefly.net/ext-2.2.1/ext-all.js"></script>
+ <script type="text/javascript" src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
+ <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
<script type="text/javascript" src="../../../../../../geoext/lib/GeoExt.js"></script>
<script type="text/javascript" src="../../../lib/GeoExt.ux/SimplePrint.js"></script>
More information about the Commits
mailing list