[Commits] r165 - sandbox/opengeo/drake/trunk/apps/drake

commits at geoext.org commits at geoext.org
Fri Feb 13 20:08:38 CET 2009


Author: sbenthall
Date: 2009-02-13 20:08:38 +0100 (Fri, 13 Feb 2009)
New Revision: 165

Modified:
   sandbox/opengeo/drake/trunk/apps/drake/index.html
Log:
popups now are added to the map as collapsed


Modified: sandbox/opengeo/drake/trunk/apps/drake/index.html
===================================================================
--- sandbox/opengeo/drake/trunk/apps/drake/index.html	2009-02-12 21:35:13 UTC (rev 164)
+++ sandbox/opengeo/drake/trunk/apps/drake/index.html	2009-02-13 19:08:38 UTC (rev 165)
@@ -317,7 +317,7 @@
             
     
             ///////////// POPUP STUFF
-    
+             
             this.grid.getSelectionModel().on("rowselect", function (model, row, record){
                 var feature = record.data.feature;
     
@@ -329,7 +329,9 @@
                     width: 235,
                     height: 70,
                     html: content,
-                    collapsible: true
+                    collapsible: true,
+                    collapsed: true,
+                    expandOnShow: false
                 });
 
                 var popup = feature.popup;



More information about the Commits mailing list