[Commits] r936 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Tue Jun 2 00:01:27 CEST 2009
Author: dwins
Date: 2009-06-02 00:01:27 +0200 (Tue, 02 Jun 2009)
New Revision: 936
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Make layer lists resizable, scrollable.
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-06-01 21:58:50 UTC (rev 935)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-06-01 22:01:27 UTC (rev 936)
@@ -332,6 +332,8 @@
rootVisible: false,
enableDD: true,
selModel: selectionModel,
+ autoScroll: true,
+ split: true,
listeners: {
contextmenu: function(node, e) {
node.select();
More information about the Commits
mailing list