[Commits] r2147 - sandbox/bartvde/playground/geoext/examples

commits at geoext.org commits at geoext.org
Thu Apr 29 16:15:37 CEST 2010


Author: bartvde
Date: 2010-04-29 16:15:37 +0200 (Thu, 29 Apr 2010)
New Revision: 2147

Modified:
   sandbox/bartvde/playground/geoext/examples/wms-tree.js
Log:
scroll on tree in example

Modified: sandbox/bartvde/playground/geoext/examples/wms-tree.js
===================================================================
--- sandbox/bartvde/playground/geoext/examples/wms-tree.js	2010-04-29 14:10:09 UTC (rev 2146)
+++ sandbox/bartvde/playground/geoext/examples/wms-tree.js	2010-04-29 14:15:37 UTC (rev 2147)
@@ -5,6 +5,7 @@
     tree = new Ext.tree.TreePanel(
         {
             flex: 1,
+            autoScroll: true,
             loader: new GeoExt.tree.WMSLoader({
                 url: 'data/wmscap.xml',
                 layerOptions: {buffer: 0, singleTile: true, ratio: 1},



More information about the Commits mailing list