Author: vkorluzhenko
Date: 2007-06-18 11:54:22 -0400 (Mon, 18 Jun 2007)
New Revision: 1210
Modified:
trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
Log:
fixed spelling errors
Modified: trunk/richfaces/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/richfaces/dataTable/src/main/config/component/colgroup.xml 2007-06-18 15:08:07
UTC (rev 1209)
+++ trunk/richfaces/dataTable/src/main/config/component/colgroup.xml 2007-06-18 15:54:22
UTC (rev 1210)
@@ -40,14 +40,14 @@
<description>
Comma-delimited list of CSS style classes that are be applied to the columns of this
table.
A space separated list of classes may also be specified for any individual column.
- If the number of elements in this list is less than the number of columns specified
in the "columns" attribute, no "class" attribute is output for each
column greater than the number of elements in the list. If the number of elements in the
list is greater than the number of columns specified in the "columns" attribute,
the elements at the posisiton in the list after the value of the "columns"
attribute are ignored
+ If the number of elements in this list is less than the number of columns specified
in the "columns" attribute, no "class" attribute is output for each
column greater than the number of elements in the list. If the number of elements in the
list is greater than the number of columns specified in the "columns" attribute,
the elements at the position in the list after the value of the "columns"
attribute are ignored
</description>
</property>
<property>
<name>rowClasses</name>
<classname>java.lang.String</classname>
<description>
- A comma-delimited list of CSS style classes that is applied to popup table rows. A
space separated list of classes may also be specified for any individual row. Thes styles
are applied, in turn, to each row in the table. For example, if the list has two elements,
the first style class in the list is applied to the first row, the second to the second
row, the first to the third row, the second to the fourth row, etc. In other words, we
keep iterating through the list until we reach the end, and then we start at the beginning
again
+ A comma-delimited list of CSS style classes that is applied to popup table rows. A
space separated list of classes may also be specified for any individual row. The styles
are applied, in turn, to each row in the table. For example, if the list has two elements,
the first style class in the list is applied to the first row, the second to the second
row, the first to the third row, the second to the fourth row, etc. In other words, we
keep iterating through the list until we reach the end, and then we start at the beginning
again
</description>
</property>
<!--
Show replies by date