[richfaces-svn-commits] JBoss Rich Faces SVN: r14617 - 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
Mon Jun 15 10:47:57 EDT 2009


Author: ochikvina
Date: 2009-06-15 10:47:57 -0400 (Mon, 15 Jun 2009)
New Revision: 14617

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

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-15 14:46:55 UTC (rev 14616)
+++ branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml	2009-06-15 14:47:57 UTC (rev 14617)
@@ -132,51 +132,51 @@
 		<property>
 			<name>selectedStyle</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML style attribute for the selected cell on scroller
+			<description>Holds a fragment of a style sheet that applies to the scroller selected cell
 			</description>
 		</property>
 		<property>
 			<name>inactiveStyle</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML style attribute for the inactive cell on scroller
+			<description>Holds a fragment of a style sheet that applies to the scroller inactive cells
 			</description>
 		</property>
 		<property>
 			<name>selectedStyleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML class attribute for the selected cell on scroller
+			<description>Assigns one or more CSS class names to the scroller selected cell
 			</description>			
 		</property>
 		<property>
 			<name>inactiveStyleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML class attribute for the inactive cell on scroller
+			<description>Assigns one or more CSS class names to the scroller inactive cells
 			</description>			
 		</property>
 		<property>
 			<name>tableStyleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Space-separated list of CSS style class(es) that are be applied to outside table of this component
+			<description>Assigns one or more CSS class names to the wrapper table element of the component
 			</description>
 		</property>
 		<property>
 			<name>tableStyle</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied to outside table when this component is rendered
+			<description>Holds a fragment of a style sheet that applies to the wrapper table element of the component
 			</description>
 		</property>
 
 		<property>
 			<name>styleClass</name>
 			<classname>java.lang.String</classname>
-			<description>Corresponds to the HTML class attribute
+			<description>Assigns one or more CSS class names to the component. Corresponds to the HTML &quot;class&quot; attribute.
 			</description>
 		</property>
 
 		<property>
 			<name>style</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied when this component is rendered
+			<description>Holds a fragment of a style sheet that applies to the component
 			</description>			
 		</property>
 




More information about the richfaces-svn-commits mailing list