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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 17 11:03:06 EDT 2009


Author: ochikvina
Date: 2009-06-17 11:03:06 -0400 (Wed, 17 Jun 2009)
New Revision: 14650

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

Modified: branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml	2009-06-17 15:02:13 UTC (rev 14649)
+++ branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml	2009-06-17 15:03:06 UTC (rev 14650)
@@ -215,8 +215,7 @@
 			<name>style</name>
 			<classname>java.lang.String</classname>
 			<description>
-				CSS style(s) to be applied when this component is
-				rendered
+				Holds a fragment of a style sheet that applies to the component
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>
@@ -224,10 +223,7 @@
 			<name>styleClass</name>
 			<classname>java.lang.String</classname>
 			<description>
-				Space-separated list of CSS style class(es) to be
-				applied when this element is rendered. This value must
-				be passed through as the "class" attribute on generated
-				markup
+				Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML &quot;class&quot; attribute.
 			</description>
 			<defaultvalue>""</defaultvalue>
 		</property>




More information about the richfaces-svn-commits mailing list