Author: nbelaevski
Date: 2008-04-18 12:55:29 -0400 (Fri, 18 Apr 2008)
New Revision: 7947
Modified:
branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml
Log:
http://jira.jboss.com/jira/browse/RF-3138
http://jira.jboss.com/jira/browse/RF-3141
http://jira.jboss.com/jira/browse/RF-3143
Modified: branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml 2008-04-18 16:42:01
UTC (rev 7946)
+++ branches/3.1.x/ui/dataTable/src/main/config/component/dataList.xml 2008-04-18 16:55:29
UTC (rev 7947)
@@ -30,7 +30,6 @@
&ui_component_attributes;
&ui_data_attributes;
&html_universal_attributes;
- &spec_table_attributes;
<property>
<name>type</name>
<classname>java.lang.String</classname>
@@ -69,7 +68,14 @@
<name>componentState</name>
<classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or
redefinition</description>
- </property>
+ </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. 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>param</name>
@@ -108,7 +114,6 @@
&ui_component_attributes;
&ui_data_attributes;
&html_universal_attributes;
- &spec_table_attributes;
<property>
<name>type</name>
<classname>java.lang.String</classname>
@@ -122,6 +127,12 @@
The attribute provides access to a component state on the client side
</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. 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>param</name>