Changeset 1089

Show
Ignore:
Timestamp:
06/16/09 23:19:56 (4 years ago)
Author:
tschaub
Message:

Make dialog modal to avoid many open bookmark windows.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js

    r1088 r1089  
    997997            layout: 'form', 
    998998            labelAlign: 'top', 
     999            modal: true, 
    9991000            bodyStyle: "padding: 5px", 
     1001            width: 300, 
    10001002            items: [{ 
     1003                xtype: "panel", 
    10011004                xtype: 'textfield', 
    10021005                fieldLabel: 'Permalink', 
     
    10051008                selectOnFocus: true, 
    10061009                value: url 
    1007             }], 
    1008             width: 300 
     1010            }] 
    10091011        }); 
    10101012