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

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


Author: ochikvina
Date: 2009-06-17 11:04:53 -0400 (Wed, 17 Jun 2009)
New Revision: 14652

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

Modified: branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml	2009-06-17 15:03:58 UTC (rev 14651)
+++ branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml	2009-06-17 15:04:53 UTC (rev 14652)
@@ -150,13 +150,13 @@
 	    <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>
 	    	<defaultvalue><![CDATA[""]]></defaultvalue>
 	    </property> 
 




More information about the richfaces-svn-commits mailing list