Re: javascript modal onclose event

2012-10-26 Thread Martin Grigorov
Hi,

With JavaScript it is very easy to override the default behavior by
using a technique called "Monkey patching".
This way you can override the function that closes the ModalWindow
with your own one that do something first and then calls the super
implementation.

On Thu, Oct 25, 2012 at 9:01 PM, Jack Berg  wrote:
> Hi,
>
> Is it possible to register a modal-close event listener in javascript?
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/javascript-modal-onclose-event-tp4653353.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



javascript modal onclose event

2012-10-25 Thread Jack Berg
Hi,

Is it possible to register a modal-close event listener in javascript?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/javascript-modal-onclose-event-tp4653353.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org