Author: ochikvina
Date: 2009-06-20 10:48:28 -0400 (Sat, 20 Jun 2009)
New Revision: 14681
Modified:
branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes
descriptions;
Modified:
branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
---
branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml 2009-06-20
14:47:21 UTC (rev 14680)
+++
branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml 2009-06-20
14:48:28 UTC (rev 14681)
@@ -143,7 +143,10 @@
<name>rowClasses</name>
<classname>java.lang.String</classname>
<description>
- CSS class for a row
+ Assigns one or more space-separated CSS class names to the rows. If the CSS
class names are comma-separated,
+ each class will be assigned to a particular row in the order they follow in
the attribute. If you have less class names than rows,
+ the class will be applied to every n-fold row where n is the order in which
the class is listed in the attribute.
+ If there are more class names than rows, the overflow ones are ignored.
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -151,7 +154,10 @@
<name>columnClasses</name>
<classname>java.lang.String</classname>
<description>
- CSS class for a column
+ Assigns one or more space-separated CSS class names to the columns. If the
CSS class names are comma-separated,
+ each class will be assigned to a particular column in the order they follow
in the attribute. If you have less class names than columns,
+ the class will be applied to every n-fold column where n is the order in
which the class is listed in the attribute.
+ If there are more class names than columns, the overflow ones are ignored.
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>