[Seaside] Regarding anchorWithPopupAction

Philippe Marschall philippe.marschall at gmail.com
Sat Jun 30 11:50:31 UTC 2007


If you have a look at WAPopupTest (don't know whether this is in you Seaside):

renderContentOn: html
	html popupAnchor
		name: 'Counter';
		extent: 800 at 600;
		callback: [ WARenderLoop new call: WACounter new ];
		with: 'popup counter'

Philippe


2007/6/30, Rajeev Lochan <lochan94 at gmail.com>:
> Dear Seasiders,
> I have truncated an old Mail from Seaside List. I have similar issue. I need
> a link that opens a new browser window and renders MyComponent.
>
> anchorWithPopupAction: extent: text
>
> doesnot seem to work with Seaside2.7a1-mb.210.mcz
>
>
> "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"
>
>
>
> Help Needed,
> Rajeev
>
>
>
> --
> Rajeev Lochan
>
> Co-founder, AR-CAD.com
>
> http://www.ar-cad.com
> +91 9212090622 (Gurgaon)
> 080 65355873 (Bangalore)
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the Seaside mailing list