Changeset 6235

Show
Ignore:
Timestamp:
08/21/08 16:29:07 (5 months ago)
Author:
jmathis
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/lib/wz_tooltip/wz_tooltip.js

    r6215 r6235  
    6969config. CloseBtnText    = ' X '       // Close button text (may also be an image tag) 
    7070config. CopyContent             = true          // When converting a HTML element to a tooltip, copy only the element's content, rather than converting the element by its own 
    71 config. Delay                   = 400           // Time span in ms until tooltip shows up 
     71config. Delay                   = 1             // Time span in ms until tooltip shows up 
    7272config. Duration                = 0             // Time span in ms after which the tooltip disappears; 0 for infinite duration, < 0 for delay in ms _after_ the onmouseout until the tooltip disappears 
    7373config. FadeIn                  = 0             // Fade-in duration in ms, e.g. 400; 0 for no animation