Author: atsebro
Date: 2008-06-05 12:10:05 -0400 (Thu, 05 Jun 2008)
New Revision: 8920
Modified:
trunk/ui/tooltip/src/main/config/component/toolTip.xml
Log:
RF-3518--Tooltip hideEvent attribute value
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-06-05 16:08:23 UTC (rev
8919)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-06-05 16:10:05 UTC (rev
8920)
@@ -187,7 +187,10 @@
<property>
<name>hideEvent</name>
<classname>java.lang.String</classname>
- <description>Event that triggers the tooltip
disappearance</description>
+ <description>
+ Event that triggers the tooltip disappearance.
+ Default value is "none" (so, the component does not disappears)
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
Show replies by date