Author: smukhina
Date: 2008-05-23 08:30:13 -0400 (Fri, 23 May 2008)
New Revision: 8720
Modified:
trunk/ui/dataTable/src/main/config/component/dataList.xml
trunk/ui/dataTable/src/main/config/component/dataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-3299
fixing the incorrect attribute removal by doc team member
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-05-23 11:39:09 UTC (rev
8719)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-05-23 12:30:13 UTC (rev
8720)
@@ -127,25 +127,14 @@
&ui_component_attributes;
&ui_data_attributes;
&html_universal_attributes;
-
- <property>
- <name>columnClasses</name>
- <classname>java.lang.String</classname>
- <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 position in the list after the value of
the "columns" attribute are ignored</description>
- </property>
+ &spec_table_attributes;
- <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. 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>
-
- <property>
- <name>rowKeyConverter</name>
- <classname>javax.faces.convert.Converter</classname>
- <description>Converter for a RowKey object.
- </description>
- </property>
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>Converter for a RowKey object.
+ </description>
+ </property>
<property>
<name>rowKey</name>
@@ -273,11 +262,11 @@
<name>headerClass</name>
<classname>java.lang.String</classname>
</property>
- <property>
- <name>rowKeyConverter</name>
- <classname>javax.faces.convert.Converter</classname>
- <description>Converter for a RowKey object.
- </description>
+ <property>
+ <name>rowKeyConverter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>Converter for a RowKey object.
+ </description>
</property>
<property>
<name>rowKey</name>
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-05-23 11:39:09 UTC
(rev 8719)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-05-23 12:30:13 UTC
(rev 8720)
@@ -92,8 +92,7 @@
<classname>java.lang.String</classname>
<description>CSS style(s) is/are to be applied to caption when this component is
rendered</description>
</property>
-
- <property>
+ <property>
<name>headerClass</name>
<classname>java.lang.String</classname>
<description>Space-separated list of CSS style class(es) that are be applied to
header for this component