Changeset 1028

Show
Ignore:
Timestamp:
06/09/09 17:55:55 (4 years ago)
Author:
ahocevar
Message:

show feature info inside the popup in an accordion layout. (Closes http://projects.opengeo.org/geoext/ticket/244)

Files:

Legend:

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

    r1008 r1028  
    939939            popup = new GeoExt.Popup({ 
    940940                title: "Feature Info", 
     941                layout: "accordion", 
    941942                map: this.map, 
    942943                lonlat: lonlat, 
    943944                width: 250, 
    944945                height: 300, 
    945                 autoScroll: true, 
    946946                listeners: { 
    947947                    close: function(panel) { 
     
    961961            popup.add({ 
    962962                title: title, 
     963                layout: "fit", 
    963964                html: html, 
    964965                autoScroll: true, 
     966                autoWidth: true, 
    965967                collapsible: true 
    966968            });