[Commits] r1025 - in sandbox/opengeo/geoexplorer: . lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Tue Jun 9 11:37:16 CEST 2009
Author: ahocevar
Date: 2009-06-09 11:37:16 +0200 (Tue, 09 Jun 2009)
New Revision: 1025
Modified:
sandbox/opengeo/geoexplorer/lib/GeoExt/widgets/ZoomSlider.js
sandbox/opengeo/geoexplorer/modifications.txt
Log:
using minValue and maxValue from Ext.Slider (see #83)
Modified: sandbox/opengeo/geoexplorer/lib/GeoExt/widgets/ZoomSlider.js
===================================================================
--- sandbox/opengeo/geoexplorer/lib/GeoExt/widgets/ZoomSlider.js 2009-06-09 09:35:30 UTC (rev 1024)
+++ sandbox/opengeo/geoexplorer/lib/GeoExt/widgets/ZoomSlider.js 2009-06-09 09:37:16 UTC (rev 1025)
@@ -64,16 +64,6 @@
*/
map: null,
- /** private: config[minValue]
- * ``Number``
- */
- minValue: null,
-
- /** private: config[minValue]
- * ``Number``
- */
- maxValue: null,
-
/** api: config[baseCls]
* ``String``
* The CSS class name for the slider elements. Default is "gx-zoomslider".
Modified: sandbox/opengeo/geoexplorer/modifications.txt
===================================================================
--- sandbox/opengeo/geoexplorer/modifications.txt 2009-06-09 09:35:30 UTC (rev 1024)
+++ sandbox/opengeo/geoexplorer/modifications.txt 2009-06-09 09:37:16 UTC (rev 1025)
@@ -5,5 +5,6 @@
-----------------------------
* (#79) WMSCapabilitiesStore assumes config parameter
+* (#83) ZoomSlider should start with Slider defaults
More information about the Commits
mailing list