[Commits] r384 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Tue Apr 14 23:12:20 CEST 2009
Author: tschaub
Date: 2009-04-14 23:12:20 +0200 (Tue, 14 Apr 2009)
New Revision: 384
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Enable drag and drop layer reordering.
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-14 21:10:49 UTC (rev 383)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-14 21:12:20 UTC (rev 384)
@@ -106,7 +106,8 @@
root: new GeoExt.tree.LayerContainer({
text: 'Map Layers',
layerStore: this.layers
- })
+ }),
+ enableDD: true
}],
tbar: [new Ext.Button({
text : "Add Layers",
More information about the Commits
mailing list