You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Alvis <kk...@hotmail.com> on 2004/10/16 06:41:04 UTC

tapestry table

If i make a table using the following code... May i change the table bolder size and change the colums title with a color. 


jwcid="exerciestable@contrib:Table"
    source="ognl:dataItems"
    columns="NumberId:NO.:SSN, ExamId:Exam*:FirstName, ClassId:Class:LastName, 
        =birthDateColumn, !Exampaperpublish,!Exampaperedit,!Exampaperdelete  "
    rowsClass="ognl:beans.evenOdd.next"
    pageSize="7"/>

RE: tapestry table

Posted by John Reynolds <jo...@austin.rr.com>.
Take a look at the HTML that Tapestry generates and you will get a good
idea of what you can do with a style sheet.

I have some examples that might help you:
https://bloggers.dev.java.net/files/documents/84/7378/TapestryTables.war


-----Original Message-----
From: Alvis [mailto:kk_tung1@hotmail.com] 
Sent: Friday, October 15, 2004 11:41 PM
To: tapestry-user@jakarta.apache.org
Subject: tapestry table


If i make a table using the following code... May i change the table
bolder size and change the colums title with a color. 


jwcid="exerciestable@contrib:Table"
    source="ognl:dataItems"
    columns="NumberId:NO.:SSN, ExamId:Exam*:FirstName,
ClassId:Class:LastName, 
        =birthDateColumn,
!Exampaperpublish,!Exampaperedit,!Exampaperdelete  "
    rowsClass="ognl:beans.evenOdd.next"
    pageSize="7"/>


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