[richfaces-svn-commits] JBoss Rich Faces SVN: r14632 - branches/community/3.3.X/ui/datascroller/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Jun 17 05:15:23 EDT 2009
Author: ochikvina
Date: 2009-06-17 05:15:23 -0400 (Wed, 17 Jun 2009)
New Revision: 14632
Modified:
branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the style attributes definitions;
Modified: branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-17 09:15:03 UTC (rev 14631)
+++ branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-17 09:15:23 UTC (rev 14632)
@@ -144,19 +144,19 @@
<property>
<name>selectedStyleClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the scroller selected cell
+ <description>Assigns one or more space-separated CSS class names to the scroller selected cell
</description>
</property>
<property>
<name>inactiveStyleClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the scroller inactive cells
+ <description>Assigns one or more space-separated CSS class names to the scroller inactive cells
</description>
</property>
<property>
<name>tableStyleClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the wrapper table element of the component
+ <description>Assigns one or more space-separated CSS class names to the wrapper table element of the component
</description>
</property>
<property>
@@ -169,7 +169,7 @@
<property>
<name>styleClass</name>
<classname>java.lang.String</classname>
- <description>Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
+ <description>Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
</description>
</property>
More information about the richfaces-svn-commits
mailing list