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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 17 10:53:39 EDT 2009


Author: ochikvina
Date: 2009-06-17 10:53:38 -0400 (Wed, 17 Jun 2009)
New Revision: 14642

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

Modified: branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml	2009-06-17 13:09:43 UTC (rev 14641)
+++ branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml	2009-06-17 14:53:38 UTC (rev 14642)
@@ -43,15 +43,13 @@
 		<property>
 			<name>headerClass</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied to component header when this component
-				is rendered </description>
+			<description>Assigns one or more space-separated CSS class names to the component header</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
 		<property>
 			<name>controlsClass</name>
 			<classname>java.lang.String</classname>
-			<description>CSS style(s) is/are to be applied to component controls when this component
-				is rendered </description>
+			<description>Assigns one or more space-separated CSS class names to the component controls</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
 		<property>




More information about the richfaces-svn-commits mailing list