[Seaside] Open a new Browser window and render a component

Michael Meyer sangria at gmx.net
Thu Jun 30 12:50:25 CEST 2005


Thanks, thats exactly what i've been looking for :-)
Cheers,
mike

Avi Bryant schrieb:
> On 6/30/05, Michael Meyer <sangria at gmx.net> wrote:
> 
>>Hi
>>I would like to create a link that opens a new browser window
>>and renders a component.
>>I've been playing arount with target="_blank" for opening a new
>>window but I don't know how to render the contents.
> 
> 
> Hi Mike,
> 
> The usual way to do this right now is something like this:
> 
> html
>   anchorWithPopupAction: [WARenderLoop new call: MyComponent new]
>   extent: 300 at 500
>   text: 'My Popup'
> 
> Avi
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
> 
> 
> 



More information about the Seaside mailing list