Author: dbiatenia
Date: 2007-06-21 15:44:42 -0400 (Thu, 21 Jun 2007)
New Revision: 1270
Modified:
trunk/sandbox/tooltip/src/main/config/component/toolTip.xml
trunk/sandbox/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
Log:
Modified: trunk/sandbox/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/sandbox/tooltip/src/main/config/component/toolTip.xml 2007-06-21 17:18:41 UTC
(rev 1269)
+++ trunk/sandbox/tooltip/src/main/config/component/toolTip.xml 2007-06-21 19:44:42 UTC
(rev 1270)
@@ -67,7 +67,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["auto"]]></defaultvalue>
+
<defaultvalue><![CDATA["bottom-right"]]></defaultvalue>
</property>
<property>
<name>followmouse</name>
@@ -79,13 +79,13 @@
<name>horizontalOffset</name>
<classname>int</classname>
<description>Sets the horizontal offset between popup list and mouse
pointer</description>
- <defaultvalue>0</defaultvalue>
+ <defaultvalue>10</defaultvalue>
</property>
<property>
<name>verticalOffset</name>
<classname>int</classname>
<description>Sets the vertical offset between popup list and mouse
pointer</description>
- <defaultvalue>0</defaultvalue>
+ <defaultvalue>10</defaultvalue>
</property>
<property>
<name>style</name>
Modified:
trunk/sandbox/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js
===================================================================
---
trunk/sandbox/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2007-06-21
17:18:41 UTC (rev 1269)
+++
trunk/sandbox/tooltip/src/main/resources/org/richfaces/renderkit/html/scripts/tooltip.js 2007-06-21
19:44:42 UTC (rev 1270)
@@ -24,8 +24,6 @@
if (cursorY < 0){cursorY = 0;}
// show the position values in the form named Show
// in the text fields named MouseX and MouseY
-$('mouseX').value = cursorX;
-$('mouseY').value = cursorY;
return true;
}
Show replies by date