RE: How to customize the look of Contib TablePages subcomponent

2007-02-12 Thread Thomas.Vaughan
:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 11:08 AM To: Tapestry users Subject: Re: How to customize the look of Contib TablePages subcomponent Tom I tried this out, and I am able to get some styles to work for the 3 tags you mentioned. However, in order to change the look of the forward/begi

Re: How to customize the look of Contib TablePages subcomponent

2007-02-12 Thread Daniel Jue
ock; text-align: center; margin-bottom: .25em; } .pager b, .pager a { margin-left: .10em; margin-right: .10em; } Hope that helps, Tom -Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 2:22 PM To: Tapestry users Subject: Re: How to customize the

RE: How to customize the look of Contib TablePages subcomponent

2007-02-12 Thread Thomas.Vaughan
} .pager b, .pager a { margin-left: .10em; margin-right: .10em; } Hope that helps, Tom -Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 2:22 PM To: Tapestry users Subject: Re: How to customize the look of Contib TablePages subcomponent T

Re: How to customize the look of Contib TablePages subcomponent

2007-02-09 Thread Daniel Tabuenca
You can pass informal parameters to the @TablePages component which will get applied to a span arround the output. You could use this to apply some limmited CSS to the subelements. I guess if you really want full control over how it is rendered you'd probably just have to extend the original Table

Re: How to customize the look of Contib TablePages subcomponent

2007-02-09 Thread Daniel Jue
Thanks Daniel, While everything you mentioned is true, I was really referring to the "@Contrib:TablePages" sub component, which is the part that displays the page numbers and forward / backward buttons. i.e. << < 1 2 3 4 5 > >> It is usually at the bottom of a regular form, but you get

Re: How to customize the look of Contib TablePages subcomponent

2007-02-09 Thread Daniel Tabuenca
If you want to customize how a cell is rendered. You can use a block component with the magic id of "column id"+ ColumnValue. So if your column definition is something like "myColumn:My Column" then having something like will cause it to be used to render the column.This is described here: ht