Author: atsebro
Date: 2008-05-14 12:30:56 -0400 (Wed, 14 May 2008)
New Revision: 8582
Modified:
trunk/ui/dataTable/src/main/config/component/dataTable.xml
Log:
RF-3299--dataOrderedList: following attribute errorneous present in RichFaces Deleloper
Guide:footerClass & headerClass
Modified: trunk/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-05-14 16:04:09 UTC
(rev 8581)
+++ trunk/ui/dataTable/src/main/config/component/dataTable.xml 2008-05-14 16:30:56 UTC
(rev 8582)
@@ -92,7 +92,8 @@
<classname>java.lang.String</classname>
<description>CSS style(s) is/are to be applied to caption when this component is
rendered</description>
</property>
- <property>
+ <!-- following attributes are not implemented for dataOrderedList component; see
JIRA task RF-3299 for details
+ <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
@@ -106,7 +107,7 @@
</description>
<defaultvalue>""</defaultvalue>
</property>
-
+ -->
<property>
<name>componentState</name>
<classname>org.ajax4jsf.model.DataComponentState</classname>
Show replies by date