Betr.: Re: Modalwindow with confirm box on close button

2010-10-27 Thread Marieke Vandamme
ng like that to override the onclick of the close button? Does it exist or should i put it as 'new feature'? Thanks, Marieke Andrea Del Bene 27/10/2010 16:23 Antwoord a.u.b. aan users@wicket.apache.org Aan users@wicket.apache.org Cc Onderwerp Re: Modalwindow with confirm box on clos

Re: Modalwindow with confirm box on close button

2010-10-27 Thread Andrea Del Bene
Hi Marieke, some times ago I've solved a similar problem using JQuery and a plugin called jQuery AOP, but I don't know if exists a simpler solution. I used jQuery AOP with close button which is a standard anchor with class attribute set to 'w_close'. The following script will ask user to conf

Modalwindow with confirm box on close button

2010-10-26 Thread Marieke Vandamme
Hello, I want to aks the user if he is sure that he wants to close the modalwindow. Most of the time we use the modalwindow to edit a bean. But when closing the modalwindow with close button, we are not sure if the user wants to save the data or not. Using 'setCloseButtonCallback' is not an