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

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


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

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

Modified: branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml	2009-06-17 15:03:06 UTC (rev 14650)
+++ branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml	2009-06-17 15:03:58 UTC (rev 14651)
@@ -72,22 +72,21 @@
     	<name>separatorClass</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA[A CSS class to be applied to tool bar separators.]]>
+    		<![CDATA[Assigns one or more space-separated CSS class names to the tool bar separators]]>
     	</description>
     </property>
     <property>
     	<name>contentClass</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA[A CSS style is to be applied to each element of tool bar content. 
-    		Use this style, for example, to setup parameters of the font.]]>
+    		<![CDATA[Assigns one or more space-separated CSS class names to the tool bar content]]>
     	</description>
     </property>
     <property>
     	<name>contentStyle</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA[A CSS style is to be applied to each element of tool bar content.]]>
+    		<![CDATA[Holds a fragment of a style sheet that applies to the tool bar content]]>
     	</description>
     </property>
     
@@ -192,7 +191,7 @@
     	<name>separatorClass</name>
     	<classname>java.lang.String</classname>
     	<description>
-    		<![CDATA[A CSS class to be applied to tool bar group separators.]]>
+    		<![CDATA[Assigns one or more space-separated CSS class names to the tool bar group separators]]>
     	</description>    	
     </property>
     <property>




More information about the richfaces-svn-commits mailing list