You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by karthik <ka...@infotech-enterprises.com> on 2012/04/10 10:23:22 UTC

Opening a Modal window from another

Hello, 
I have a modal window (M1) which has a few fields and a button in it.
Now, i need to open a modal window (M2) by clicking the button on M1. 

Can anyone suggest a way to do this in Wicket ?

Thanks,


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Opening-a-Modal-window-from-another-tp4544914p4544914.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: Opening a Modal window from another

Posted by Chris Colman <ch...@stepaheadsoftware.com>.
The ModalX library in WicketStuff makes opening both the first modal and
nested modals really easy.

Project site:

https://github.com/wicketstuff/core/wiki/ModalX

Live demo:

http://demo.visualclassworks.com/modalx/


>-----Original Message-----
>From: karthik [mailto:karthik.anikode@infotech-enterprises.com]
>Sent: Tuesday, 10 April 2012 6:23 PM
>To: users@wicket.apache.org
>Subject: Opening a Modal window from another
>
>Hello,
>I have a modal window (M1) which has a few fields and a button in it.
>Now, i need to open a modal window (M2) by clicking the button on M1.
>
>Can anyone suggest a way to do this in Wicket ?
>
>Thanks,
>
>
>--
>View this message in context: http://apache-
>wicket.1842946.n4.nabble.com/Opening-a-Modal-window-from-another-
>tp4544914p4544914.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


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


Re: Opening a Modal window from another

Posted by Martin Grigorov <mg...@apache.org>.
See the examples
http://www.wicket-library.com/wicket-examples/ajax/modal-window and
their code.


On Tue, Apr 10, 2012 at 10:23 AM, karthik
<ka...@infotech-enterprises.com> wrote:
> Hello,
> I have a modal window (M1) which has a few fields and a button in it.
> Now, i need to open a modal window (M2) by clicking the button on M1.
>
> Can anyone suggest a way to do this in Wicket ?
>
> Thanks,
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Opening-a-Modal-window-from-another-tp4544914p4544914.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
>



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

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