You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/03/09 01:03:15 UTC

svn commit: r384383 - /jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml

Author: jkuhnert
Date: Wed Mar  8 16:03:12 2006
New Revision: 384383

URL: http://svn.apache.org/viewcvs?rev=384383&view=rev
Log:
Updated table component documentation relating to new css class definitions on table headers.

Modified:
    jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml

Modified: jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml?rev=384383&r1=384382&r2=384383&view=diff
==============================================================================
--- jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml (original)
+++ jakarta/tapestry/branches/4.0/contrib/src/documentation/content/xdocs/tapestry-contrib/ComponentReference/TableColumns.xml Wed Mar  8 16:03:12 2006
@@ -41,6 +41,19 @@
  The headers are wrapped in 'th' tags by default.
 </p>
 
+ <info>
+    <p>
+ 	The table header rendered by this component has two main css class definitions. The embedded
+ 	table html markup within each <code>th</code> element has the class <code>tableHeaderImage</code>. 
+ 	The image used to sort table columns has an embedded style class definition for <code>tableHeaderImage</code>
+ 	that defines <code>align:center</code>.
+ 	</p>
+ 	
+ 	<p>
+ 	You may override these definitions with your own css rules. 
+ 	</p>
+ </info>
+
 <p>
   <strong>See also: &Table;, &TableView;, &TablePages;, &TableRows;, &TableValues;</strong> 
 </p>



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