[richfaces-svn-commits] JBoss Rich Faces SVN: r14695 - 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
Tue Jun 23 11:37:49 EDT 2009


Author: ochikvina
Date: 2009-06-23 11:37:49 -0400 (Tue, 23 Jun 2009)
New Revision: 14695

Modified:
   branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;

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-23 15:37:27 UTC (rev 14694)
+++ branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml	2009-06-23 15:37:49 UTC (rev 14695)
@@ -132,13 +132,13 @@
 		<property>
 			<name>selectedStyle</name>
 			<classname>java.lang.String</classname>
-			<description>Holds a fragment of a style sheet that applies to the scroller selected cell
+			<description>CSS style rules to be applied to the scroller selected cell
 			</description>
 		</property>
 		<property>
 			<name>inactiveStyle</name>
 			<classname>java.lang.String</classname>
-			<description>Holds a fragment of a style sheet that applies to the scroller inactive cells
+			<description>CSS style rules to be applied to the scroller inactive cells
 			</description>
 		</property>
 		<property>
@@ -162,7 +162,7 @@
 		<property>
 			<name>tableStyle</name>
 			<classname>java.lang.String</classname>
-			<description>Holds a fragment of a style sheet that applies to the wrapper table element of the component
+			<description>CSS style rules to be applied to the wrapper table element of the component
 			</description>
 		</property>
 
@@ -176,7 +176,7 @@
 		<property>
 			<name>style</name>
 			<classname>java.lang.String</classname>
-			<description>Holds a fragment of a style sheet that applies to the component
+			<description>CSS style rules to be applied to the component
 			</description>			
 		</property>
 




More information about the richfaces-svn-commits mailing list