Re: How to add a PageLink in a grid?

2007-04-24 Thread Eugene Lozovan
Yes, I also would like to know the way to have a grid with link on a page. E.g. grid with users list and click on a row takes navigation to an EditSpecifiedUser page. Thanks in advance! On 24/04/07, Donyee [EMAIL PROTECTED] wrote: Is there a simple way to add a pagelink in the row ? Some

Re: How to add a PageLink in a grid?

2007-04-24 Thread Massimo Lusetti
On 4/24/07, Donyee [EMAIL PROTECTED] wrote: Is there a simple way to add a pagelink in the row ? Some suggestion will be great! Use the t:parameter way: t:parameter name=namecell your hatml goes here /t:parameter This all goes inside a t:grid component -- Massimo

Re: How to add a PageLink in a grid?

2007-04-24 Thread Donyee
span t:type=Grid source=jobs model=modelForGrid rowsPerPage=2 t:parameter name=updatecell a t:type=PageLink t:page=Start t:context=更新/a /t:parameter /span but how can i get a arg for the t:context? I am new to T5! 2007/4/24, Eugene

Re: How to add a PageLink in a grid?

2007-04-24 Thread Massimo Lusetti
On 4/24/07, Donyee [EMAIL PROTECTED] wrote: span t:type=Grid source=jobs model=modelForGrid rowsPerPage=2 t:parameter name=updatecell a t:type=PageLink t:page=Start t:context=更新/a /t:parameter /span but how can i get a arg for the