Changeset 1028
- Timestamp:
- 06/09/09 17:55:55 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
r1008 r1028 939 939 popup = new GeoExt.Popup({ 940 940 title: "Feature Info", 941 layout: "accordion", 941 942 map: this.map, 942 943 lonlat: lonlat, 943 944 width: 250, 944 945 height: 300, 945 autoScroll: true,946 946 listeners: { 947 947 close: function(panel) { … … 961 961 popup.add({ 962 962 title: title, 963 layout: "fit", 963 964 html: html, 964 965 autoScroll: true, 966 autoWidth: true, 965 967 collapsible: true 966 968 });