You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fachhoch <fa...@gmail.com> on 2011/03/02 21:04:53 UTC

jquery modal window on close

I am using jquery modal window. Using wicket modal window when the modal
window is closed  event is generated and my code is called can I do the same
for a jquery modal window ?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-modal-window-on-close-tp3332199p3332199.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: jquery modal window on close

Posted by Pedro Santos <pe...@gmail.com>.
yes, for instance you can create an OnCloseAjaxBehavior and append its
callback script at the on close event [1]

[1] http://jqueryui.com/demos/dialog/#event-close

On Wed, Mar 2, 2011 at 5:04 PM, fachhoch <fa...@gmail.com> wrote:

> I am using jquery modal window. Using wicket modal window when the modal
> window is closed  event is generated and my code is called can I do the
> same
> for a jquery modal window ?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/jquery-modal-window-on-close-tp3332199p3332199.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos