You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by john_wicket <sm...@gmail.com> on 2008/05/06 07:50:22 UTC

Confirmation box with ok and cancel buttons in IFrame...

I'm using iframe, in that i am using panels... 

the panel contains list of records..the user can delete the record .. after
click on the record the user get Confirmation box with ok and cancel
button.. if the user pressed ok then that record will be deleted....

can any one reply how to do this in wicket using iframes... .. 

thanks...

-- 
View this message in context: http://www.nabble.com/Confirmation-box-with-ok-and-cancel-buttons-in-IFrame...-tp17071600p17071600.html
Sent from the Wicket - User 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: Confirmation box with ok and cancel buttons in IFrame...

Posted by Cristi Manole <cr...@gmail.com>.
check out this example and modify it as it suits your needs.

http://www.dooriented.com/blog/2008/04/23/wicket-ajax-like-file-upload-on-a-modal-window/

implement the iframe so that it contains the panels you need.
the confirmation box can be a modal window (check out the modal window in
wicket) or pure and simple some javascript appended to the ajax target.

Cristi Manole

On Tue, May 6, 2008 at 8:50 AM, john_wicket <sm...@gmail.com> wrote:

>
> I'm using iframe, in that i am using panels...
>
> the panel contains list of records..the user can delete the record ..
> after
> click on the record the user get Confirmation box with ok and cancel
> button.. if the user pressed ok then that record will be deleted....
>
> can any one reply how to do this in wicket using iframes... ..
>
> thanks...
>
> --
> View this message in context:
> http://www.nabble.com/Confirmation-box-with-ok-and-cancel-buttons-in-IFrame...-tp17071600p17071600.html
> Sent from the Wicket - User 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
>
>