[Commits] r1089 - apps/opengeo/geoexplorer/branches/0.1.x/lib

commits at geoext.org commits at geoext.org
Tue Jun 16 23:19:56 CEST 2009


Author: tschaub
Date: 2009-06-16 23:19:56 +0200 (Tue, 16 Jun 2009)
New Revision: 1089

Modified:
   apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
Log:
Make dialog modal to avoid many open bookmark windows.

Modified: apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js	2009-06-16 21:06:38 UTC (rev 1088)
+++ apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js	2009-06-16 21:19:56 UTC (rev 1089)
@@ -996,16 +996,18 @@
             title: "Bookmark URL",
             layout: 'form',
             labelAlign: 'top',
+            modal: true,
             bodyStyle: "padding: 5px",
+            width: 300,
             items: [{
+                xtype: "panel",
                 xtype: 'textfield',
                 fieldLabel: 'Permalink',
                 readOnly: true,
                 anchor: "100%",
                 selectOnFocus: true,
                 value: url
-            }],
-            width: 300
+            }]
         });
 
         win.show();



More information about the Commits mailing list