Author: ochikvina
Date: 2009-06-15 10:46:55 -0400 (Mon, 15 Jun 2009)
New Revision: 14616
Modified:
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes
descriptions;
Modified:
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
---
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-15
14:45:39 UTC (rev 14615)
+++
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-15
14:46:55 UTC (rev 14616)
@@ -85,12 +85,12 @@
<property>
<name>selectedClass</name>
<classname>java.lang.String</classname>
- <description> CSS class for selected rows
</description>
+ <description>Assigns one or more CSS class names to the
component rows selected</description>
</property>
<property>
<name>activeClass</name>
<classname>java.lang.String</classname>
- <description> CSS class for active row
</description>
+ <description>Assigns one or more CSS class names to the
component active row</description>
</property>
<property>
<name>ajaxKeys</name>
@@ -123,28 +123,24 @@
<property>
<name>captionClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style
class(es) that are be
- applied to caption for this
component</description>
+ <description>Assigns one or more space-separated CSS class
names to the component caption</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>captionStyle</name>
<classname>java.lang.String</classname>
- <description>CSS style(s) is/are to be applied to
caption when this
- component is rendered</description>
+ <description>Holds a fragment of a style sheet that applies
to the component caption</description>
</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
</description>
+ <description>Assigns one or more space-separated CSS class
names to the component header</description>
<defaultvalue>""</defaultvalue>
</property>
<property>
<name>footerClass</name>
<classname>java.lang.String</classname>
- <description>Space-separated list of CSS style
class(es) that are be
- applied to footer for this component
</description>
+ <description>Assigns one or more space-separated CSS class
names to the component footer</description>
<defaultvalue>""</defaultvalue>
</property>
<property>