OpenLayers OpenLayers

Changeset 6631

Show
Ignore:
Timestamp:
03/27/08 03:14:00 (10 months ago)
Author:
euzuro
Message:

last finishing touch. now the whole row of framedcloud popups behaves correctly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/examples/popupMatrix.html

    r6627 r6631  
    5656 
    5757    //framed 
     58 
     59        //disable the autosize for the purpose of our matrix 
     60        OpenLayers.Popup.FramedCloud.prototype.autoSize = false; 
    5861 
    5962        AutoSizeFramedCloud = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {