You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by mateen <ma...@gmail.com> on 2012/11/06 10:37:00 UTC

Tapestry Grid Link for Popup Window

Hi,

I have created a Grid that has a ActionLink as the last element, When
clicking on that i go to the next page. But now i want to open the page in a
popup. I see there are no In built tapestry popup's present. How can i do
this without messy javascript code. I dont want to be providing js cross
browser support :(

Kind Regards, 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Link-for-Popup-Window-tp5717699.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry Grid Link for Popup Window

Posted by antalk <na...@vankalleveen.net>.
Have you tried the chenillekit module? 

http://chenillekit.codehaus.org/chenillekit-tapestry/index.html

Or you can have  a look at this one: 

Weaves: https://github.com/intercommit/Weaves

Demo: http://intercommitweavesdemo.intercommit.cloudbees.net/popupwindowdemo





--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Link-for-Popup-Window-tp5717699p5717742.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry Grid Link for Popup Window

Posted by Bob Harner <bo...@gmail.com>.
Mateen,

You really haven't defined what you consider to be a pop-up. Do you want
the new page content to be in a new browser window? Just use the standard
target="_blank" attribute. Or in the same window but temporarily obscuring
the content of the old one? Then use one of the modals I linked to. Just
because it's called an alert box doesn't mean it can't handle a whole page
of text if you size it accordingly. Many of the modals I linked to are
highly configurable for different behaviors.


On Wed, Nov 7, 2012 at 1:38 AM, mateen <ma...@gmail.com> wrote:

> I am not looking for a alert box. My grid has a link in it that on clicking
> should open a page in a popup.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Link-for-Popup-Window-tp5717699p5717737.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry Grid Link for Popup Window

Posted by nquirynen <na...@pensionarchitects.be>.
Hi,

If you are using tapestry5-jquery (http://tapestry5-jquery.com/), they have
a mixin that does this:

Reveal (http://tapestry5-jquery.com/mixins/docsreveal)

If you don't want to use tapestry5-jquery, you could always search for a
javascript 'popup' that fits your needs and create your own mixin.



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Link-for-Popup-Window-tp5717699p5717743.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry Grid Link for Popup Window

Posted by mateen <ma...@gmail.com>.
I am not looking for a alert box. My grid has a link in it that on clicking
should open a page in a popup. 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Link-for-Popup-Window-tp5717699p5717737.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry Grid Link for Popup Window

Posted by Bob Harner <bo...@gmail.com>.
There are lots of options. If' it's a modal pop-up that you want, see the
list I provided to a similar question at
http://tapestry.1045711.n5.nabble.com/Alert-box-td4810081.html


On Tue, Nov 6, 2012 at 4:37 AM, mateen <ma...@gmail.com> wrote:

> Hi,
>
> I have created a Grid that has a ActionLink as the last element, When
> clicking on that i go to the next page. But now i want to open the page in
> a
> popup. I see there are no In built tapestry popup's present. How can i do
> this without messy javascript code. I dont want to be providing js cross
> browser support :(
>
> Kind Regards,
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Tapestry-Grid-Link-for-Popup-Window-tp5717699.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>