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

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


Author: ochikvina
Date: 2009-06-17 10:58:44 -0400 (Wed, 17 Jun 2009)
New Revision: 14646

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

Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2009-06-17 14:57:05 UTC (rev 14645)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml	2009-06-17 14:58:44 UTC (rev 14646)
@@ -73,7 +73,7 @@
             <name>headerClass</name>
             <classname>java.lang.String</classname>
             <description>
-                Class that defines the style for panel header
+            	Assigns one or more space-separated CSS class names to the panel header
             </description>
         </property>
 
@@ -81,7 +81,7 @@
             <name>bodyClass</name>
             <classname>java.lang.String</classname>
             <description>
-                A class that defines a style for a panel content
+            	Assigns one or more space-separated CSS class names to the panel content
             </description>
         </property>
 




More information about the richfaces-svn-commits mailing list