You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/10/05 21:21:48 UTC

svn commit: r453323 - /myfaces/core/branches/jsf12/impl/src/main/tld/entities/ui_table_renderer_attributes.xml

Author: baranda
Date: Thu Oct  5 12:21:47 2006
New Revision: 453323

URL: http://svn.apache.org/viewvc?view=rev&rev=453323
Log:
MYFACES-1257 (JSR-252 Issue #155): Specified "columnClasses", "rowClasses" descriptions for panelGrid in renderkit docs.

Modified:
    myfaces/core/branches/jsf12/impl/src/main/tld/entities/ui_table_renderer_attributes.xml

Modified: myfaces/core/branches/jsf12/impl/src/main/tld/entities/ui_table_renderer_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/tld/entities/ui_table_renderer_attributes.xml?view=diff&rev=453323&r1=453322&r2=453323
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/tld/entities/ui_table_renderer_attributes.xml (original)
+++ myfaces/core/branches/jsf12/impl/src/main/tld/entities/ui_table_renderer_attributes.xml Thu Oct  5 12:21:47 2006
@@ -4,7 +4,10 @@
     <rtexprvalue>false</rtexprvalue>
     <description>
         A comma separated list of CSS class names to apply to td elements in
-        each column.
+        each column. More than one class can be applied to a column by separing the classes
+        with a space. I there are less classes than the number of columns, apply the same
+        sequence of classes to the remaining columns. If there are more classes specified
+        than the number of columns, ignore the last classes
     </description>
 </attribute>
 <attribute>
@@ -25,6 +28,9 @@
     <rtexprvalue>false</rtexprvalue>
     <description>
         A comma separated list of CSS class names to apply to td elements in
-        each row.
+        each row. If tere are less classes than the number of rows, apply the same
+        sequence of classes to the remaining rows, so the pattern is repeated.
+        More than one class can be applied to a row by separing the classes
+        with a space.
     </description>
 </attribute>