You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Anteneh Bayouh <ab...@gmail.com> on 2008/01/29 22:51:09 UTC

Tapestry[5] - Overriding the CSS Class for the GridColumns Header

Hi Everyone,

Is there a way to override the Grid columns header?
How can I use one common CSS Classes for all my column headers.

I have a similar problem for the Grid Cells.

I tried setting the t:lean property to true, it doesn't help?
      class = "propertyName-header" for Grid Coumns header
      class = "propertyName-cell" for Grid Cells 
were show up on the view/source of the page.

Any Idea?

Thanks,

Anteneh
-- 
View this message in context: http://www.nabble.com/Tapestry-5----Overriding-the-CSS-Class-for-the-GridColumns-Header-tp15170179p15170179.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[5] - Overriding the CSS Class for the GridColumns Header

Posted by Peter Stavrinides <p....@albourne.com>.
I haven't had time to test it, but it appears to work the same way as 
the bean form, so using a message catalog (properties file) and 
appending a myHeaderProperty-label ="New Header Name", will change the 
heading label , the CSS I assume is also handled the same way as the 
bean form. Look at the bean form example, and if it works please let me 
know.

Cheers
Peter

Anteneh Bayouh wrote:
> Hi Everyone,
>
> Is there a way to override the Grid columns header?
> How can I use one common CSS Classes for all my column headers.
>
> I have a similar problem for the Grid Cells.
>
> I tried setting the t:lean property to true, it doesn't help?
>       class = "propertyName-header" for Grid Coumns header
>       class = "propertyName-cell" for Grid Cells 
> were show up on the view/source of the page.
>
> Any Idea?
>
> Thanks,
>
> Anteneh
>   

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