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

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


Author: ochikvina
Date: 2009-06-23 11:45:20 -0400 (Tue, 23 Jun 2009)
New Revision: 14704

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

Modified: branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml	2009-06-23 15:44:54 UTC (rev 14703)
+++ branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml	2009-06-23 15:45:20 UTC (rev 14704)
@@ -46,7 +46,7 @@
     	<property>
 	    	<name>style</name>
 	    	<classname>java.lang.String</classname>
-    		<description>Holds a fragment of a style sheet that applies to the component</description>
+    		<description>CSS style rules to be applied to the component</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
     	<property>
@@ -57,7 +57,7 @@
         <property>
            <name>headerStyleActive</name>
            <classname>java.lang.String</classname>
-        	<description>Holds a fragment of a style sheet that applies to the header of the active component item</description>
+        	<description>CSS style rules to be applied to the header of the active component item</description>
            <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
         <property>
@@ -194,7 +194,7 @@
         <property>
            <name>headerStyleActive</name>
            <classname>java.lang.String</classname>
-        	<description>Holds a fragment of a style sheet that applies to the header of the active item</description>
+        	<description>CSS style rules to be applied to the header of the active item</description>
            <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
         <property>




More information about the richfaces-svn-commits mailing list