Revision: 1962
          http://svn.sourceforge.net/vexi/?rev=1962&view=rev
Author:   clrg
Date:     2007-07-08 23:04:49 -0700 (Sun, 08 Jul 2007)

Log Message:
-----------
Improve tooltip demo layout

Modified Paths:
--------------
    widgets/trunk/org.vexi.demo/org/vexi/demo/other.t

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/other.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/other.t   2007-07-09 05:01:08 UTC 
(rev 1961)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/other.t   2007-07-09 06:04:49 UTC 
(rev 1962)
@@ -4,8 +4,10 @@
     <pad orient="vertical" padding="3">
         <ui:box>
             <textarea id="text" text="Enter new tooltip here" />
-            <ui:box>
-                <role:tooltipable id="tooltip" orient="vertical" 
tooltip="unset" shrink="true">
+            <ui:box layout="absolute">
+                <role:tooltipable id="tooltip" align="center" cursor="hand" 
orient="vertical" shrink="true" tooltip="unset">
+                    Enter ++= function(v) { fill = "#eeeeee"; cascade = v; }
+                    Leave ++= function(v) { fill = null; cascade = v; }
                     <ui:box align="bottom" text="Hover cursor here" />
                     <ui:box align="top" text="to see tooltip" />
                 </role:tooltipable>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to