Re: [T5] Acces to current object in tab

2009-09-01 Thread bdumeny
bdumeny a écrit : Read the Grid component documentation: http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html Take a look at the index and the row parameters. Thx, but indexRow isn't the arrayList index... How to link them? I have

Re: [T5] Acces to current object in tab

2009-09-01 Thread bdumeny
Read the Grid component documentation: http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html Take a look at the index and the row parameters. Thx, but indexRow isn't the arrayList index... How to link them?

Re: [T5] Acces to current object in tab

2009-08-31 Thread Thiago H. de Paula Figueiredo
Em Mon, 31 Aug 2009 12:49:28 -0300, bdumeny escreveu: I realize that I don't know how to get a row from the grid. In fact I want to get the array index from grid. Read the Grid component documentation: http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/co

Re: [T5] Acces to current object in tab

2009-08-31 Thread bdumeny
Hing Man wrote: From: Shing Hing Man Subject: Re: [T5] Acces to current object in tab To: "Tapestry users" Date: Monday, 31 August, 2009, 6:06 PM There is a PageLinkPopup component at http://lombok.demon.co.uk/tapestry5Demo If I remember correctly, a few months ago, someone

Re: [T5] Acces to current object in tab

2009-08-31 Thread Shing Hing Man
Oops! Forgotten the slash at the end. http://lombok.demon.co.uk/tapestry5Demo/ --- On Mon, 31/8/09, Shing Hing Man wrote: > From: Shing Hing Man > Subject: Re: [T5] Acces to current object in tab > To: "Tapestry users" > Date: Monday, 31 August, 2009, 6:06 PM >

Re: [T5] Acces to current object in tab

2009-08-31 Thread Shing Hing Man
There is a PageLinkPopup component at http://lombok.demon.co.uk/tapestry5Demo If I remember correctly, a few months ago, someone posted a mixin for a popup. Shing --- On Mon, 31/8/09, bdumeny wrote: > From: bdumeny > Subject: Re: [T5] Acces to current object in tab > To:

Re: [T5] Acces to current object in tab

2009-08-31 Thread bdumeny
Thank you! But doesn't PopupLink component exist? I don't find in t5... I am using jQuery UI for showing a modal dialog. In my case I use a PageLink to generate the links with the Object-ID as context. Then I add a custom Popup mixin to the PageLink. This mixin sets up the dialog on the client

Re: [T5] Acces to current object in tab

2009-08-31 Thread Onno Scheffers
I am using jQuery UI for showing a modal dialog. In my case I use a PageLink to generate the links with the Object-ID as context. Then I add a custom Popup mixin to the PageLink. This mixin sets up the dialog on the client, puts an iFrame inside it and makes sure the link gets an onclick event that

[T5] Acces to current object in tab

2009-08-31 Thread bdumeny
Hi all, I use a grid to display list of object, and I want to insert a link (in each line) which displays all attributes from current object in a popup. How can I do this? Best regards - To unsubscribe, e-mail: users-unsubs