[richfaces-svn-commits] JBoss Rich Faces SVN: r14644 - 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
Wed Jun 17 10:55:44 EDT 2009


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

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

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-17 14:54:44 UTC (rev 14643)
+++ branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml	2009-06-17 14:55:44 UTC (rev 14644)
@@ -46,24 +46,24 @@
     	<property>
 	    	<name>style</name>
 	    	<classname>java.lang.String</classname>
-    		<description>CSS style(s) is/are to be applied when this component is rendered</description>
+    		<description>Holds a fragment of a style sheet that applies to the component</description>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property>
     	<property>
 	    	<name>styleClass</name>
 	    	<classname>java.lang.String</classname>
-    		<description>Corresponds to the HTML class attribute.</description>
+    		<description>Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML &quot;class&quot; attribute.</description>
 	    </property>
         <property>
            <name>headerStyleActive</name>
            <classname>java.lang.String</classname>
-           <description>The component header style active</description>
+        	<description>Holds a fragment of a style sheet that applies to the header of the active component item</description>
            <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
         <property>
            <name>headerClassActive</name>
            <classname>java.lang.String</classname>
-           <description>The component header style class active</description>
+        	<description>Assigns one or more space-separated CSS class names to the header of the active component item</description>
         </property>
         <property>
            <name>value</name>
@@ -194,13 +194,13 @@
         <property>
            <name>headerStyleActive</name>
            <classname>java.lang.String</classname>
-           <description>The component header style active</description>
+        	<description>Holds a fragment of a style sheet that applies to the header of the active item</description>
            <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
         <property>
            <name>headerClassActive</name>
            <classname>java.lang.String</classname>
-           <description>The component header style class active</description>
+        	<description>Assigns one or more space-separated CSS class names to the header of the active item</description>
         </property>
 	    <property>
 	    	<name>name</name>




More information about the richfaces-svn-commits mailing list