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 "class"
attribute.</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>