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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 23 11:44:55 EDT 2009


Author: ochikvina
Date: 2009-06-23 11:44:54 -0400 (Tue, 23 Jun 2009)
New Revision: 14703

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

Modified: branches/community/3.3.X/ui/message/src/main/config/component/message.xml
===================================================================
--- branches/community/3.3.X/ui/message/src/main/config/component/message.xml	2009-06-23 15:44:07 UTC (rev 14702)
+++ branches/community/3.3.X/ui/message/src/main/config/component/message.xml	2009-06-23 15:44:54 UTC (rev 14703)
@@ -157,7 +157,7 @@
 			<name>style</name>
 			<classname>java.lang.String</classname>
 			<description>
-				Holds a fragment of a style sheet that applies to the component
+				CSS style rules to be applied to the component
 			</description>
 		</property>	
 		<property>
@@ -225,7 +225,7 @@
 			<name>markerStyle</name>
 			<classname>java.lang.String</classname>
 			<description>
-				Holds a fragment of a style sheet that applies to the message marker
+				CSS style rules to be applied to the message marker
 			</description>
 		</property>	
 		
@@ -455,7 +455,7 @@
 			<name>style</name>
 			<classname>java.lang.String</classname>
 			<description>
-				Holds a fragment of a style sheet that applies to the component
+				CSS style rules to be applied to the component
 			</description>
 		</property>	
 		<property>
@@ -526,7 +526,7 @@
 			<name>markerStyle</name>
 			<classname>java.lang.String</classname>
 			<description>
-				Holds a fragment of a style sheet that applies to the messages markers
+				CSS style rules to be applied to the messages markers
 			</description>
 		</property>
 		




More information about the richfaces-svn-commits mailing list