Opening new windows in callback

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Opening new windows in callback

Tomas Blazej
Hi,

I have a wizard page with "Next" button and I would like to open new windows, each with rendered component according to checkboxes ticked on that page. It can be in callback or in onClick event.. I was able to open the new window using javascripts window.open, but have no idea how to render the component to it..? Is it even possible with seaside?

Page example:


Open calculator:    [x]
View readme:        [ ]


                                             [ Next ]   [ Cancel ]

Thank you,
Tomas

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Opening new windows in callback

Lukas Renggli
> I have a wizard page with "Next" button and I would like to open new
> windows, each with rendered component according to checkboxes ticked on that
> page. It can be in callback or in onClick event.. I was able to open the new
> window using javascripts window.open, but have no idea how to render the
> component to it..? Is it even possible with seaside?

Have a look at WAPopupTest.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside