Re: [OpenLayers-Users] Closebutton Callback on popup?

2008-04-03 Thread Christopher Schmidt
On Thu, Apr 03, 2008 at 05:12:18PM +0100, Guillaume Lom wrote: > Hello, > > I am creating popups through the Feature object: > > this.popupClass = OpenLayers.Popup.FramedCloud; > this.popup = this.createPopup(true); > > The 'true' parameter sets a close button on the popup. > I need however to d

[OpenLayers-Users] Closebutton Callback on popup?

2008-04-03 Thread Guillaume Lom
Hello, I am creating popups through the Feature object: this.popupClass = OpenLayers.Popup.FramedCloud; this.popup = this.createPopup(true); The 'true' parameter sets a close button on the popup. I need however to do other cleaning stuff when a popup is closed. Is there an official way to set up