Author: dbiatenia
Date: 2007-07-24 07:14:32 -0400 (Tue, 24 Jul 2007)
New Revision: 1815
Modified:
trunk/ui/tooltip/src/main/config/component/toolTip.xml
Log:
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2007-07-24 00:52:42 UTC (rev
1814)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2007-07-24 11:14:32 UTC (rev
1815)
@@ -41,8 +41,13 @@
<description>Allowed values: "inline" or "block".
Block/inline mode flag. Tooltip will contain div/span elements
accordingly.</description>
<defaultvalue><![CDATA["inline"]]></defaultvalue>
</property>
-
<property>
+ <name>delay</name>
+ <classname>int</classname>
+ <description>Delay in milliseconds before tooltip will be
displayed.</description>
+ <defaultvalue><![CDATA[0]]></defaultvalue>
+ </property>
+ <property>
<name>oncomplete</name>
<classname>java.lang.String</classname>
<description></description>
@@ -91,7 +96,7 @@
<name>direction</name>
<classname>java.lang.String</classname>
<description>Defines direction of the popup list to appear (top-right,
top-left bottom-right, bottom-left, auto(default))</description>
-
<defaultvalue><![CDATA["bottom-right"]]></defaultvalue>
+ <defaultvalue><![CDATA["top-right"]]></defaultvalue>
</property>
<property>
<name>followmouse</name>
Show replies by date