[richfaces-svn-commits] JBoss Rich Faces SVN: r14613 - branches/community/3.3.X/ui/core/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 15 10:34:02 EDT 2009


Author: ochikvina
Date: 2009-06-15 10:34:02 -0400 (Mon, 15 Jun 2009)
New Revision: 14613

Modified:
   branches/community/3.3.X/ui/core/src/main/config/component/status.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of 'startStyle', 'startStyleClass', 'stopStyle', 'stopStyleClass' attributes descriptions;

Modified: branches/community/3.3.X/ui/core/src/main/config/component/status.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/status.xml	2009-06-15 12:55:02 UTC (rev 14612)
+++ branches/community/3.3.X/ui/core/src/main/config/component/status.xml	2009-06-15 14:34:02 UTC (rev 14613)
@@ -119,15 +119,14 @@
 			<name>startStyle</name>
 			<classname>java.lang.String</classname>
 			<description>
-				CSS style class for the element displayed on the start
-				of a request.
+				Holds a fragment of a style sheet that applies to the element displayed when a request is in progress
 			</description>
 		</property>
 		<property>
 			<name>stopStyle</name>
 			<classname>java.lang.String</classname>
 			<description>
-				CSS style for element displayed on request completion.
+				Holds a fragment of a style sheet that applies to the element displayed on a request completion
 			</description>
 		</property>
 
@@ -144,15 +143,14 @@
 			<name>startStyleClass</name>
 			<classname>java.lang.String</classname>
 			<description>
-				CSS style class for the element displayed on the start
-				of a request.
+				Assigns one or more CSS class names to the element displayed when a request is in progress
 			</description>
 		</property>
 		<property>
 			<name>stopStyleClass</name>
 			<classname>java.lang.String</classname>
 			<description>
-				CSS style class for element displayed on request
+				Assigns one or more CSS class names to the element displayed on a request completion
 			</description>
 		</property>
 		<property>




More information about the richfaces-svn-commits mailing list