Changeset 1088

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

Make it less easy to select only part of the bookmark.

Files:

Legend:

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

    r1075 r1088  
    996996            title: "Bookmark URL", 
    997997            layout: 'form', 
     998            labelAlign: 'top', 
     999            bodyStyle: "padding: 5px", 
    9981000            items: [{ 
    9991001                xtype: 'textfield', 
    10001002                fieldLabel: 'Permalink', 
    10011003                readOnly: true, 
     1004                anchor: "100%", 
     1005                selectOnFocus: true, 
    10021006                value: url 
    10031007            }], 
     
    10061010 
    10071011        win.show(); 
     1012        win.items.first().selectText(); 
    10081013 
    10091014        return url;