|
|
In the Tapestry Wiki -> ExtraComponents -> Tassel which has a New Window Link
which is DirectLink that will open in a new window.
Perhaps easier (that's what we are doing) is to use the target attribute of the
<a> tag. Since DirectLink renders an <a> tag, and it allows for informal
parameters, you can just put in target = "_blank" to open a link in a new
window.
Hope this helps,
Saqib
http://galaxy.sagadc.com
- Web Services in 15 Minutes -
> -----Ursprüngliche Nachricht-----
> Von: martin Holman [mailto:mholman@xxxxxxxxxxxxxxxxxx]
> Gesendet: Tuesday, 12 April 2005 10:07 AM
> An: Tapestry Users
> Betreff: Popups containing tapestry pages
>
> Hello all,
>
> I am very new to Tapestry so I apologies if the answer is obvious. What
> I require is a popup to contain a Tapestry page from the same context as
> the parent page. I've looked at PopupLink but this only seems to cater
> for none Tapestry pages such as external website/ help pages etc.
> DirectLink and ExternalLink do not seem allow for the creation of a new
> browser instance.
>
> Has anyone else solved this problem? Do I have to create a custom
> component?
>
> Thanks in advance
>
> Martin.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx
|
|