Changeset 6235
- Timestamp:
- 08/21/08 16:29:07 (5 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/www/lib/wz_tooltip/wz_tooltip.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/lib/wz_tooltip/wz_tooltip.js
r6215 r6235 69 69 config. CloseBtnText = ' X ' // Close button text (may also be an image tag) 70 70 config. 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 up71 config. Delay = 1 // Time span in ms until tooltip shows up 72 72 config. 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 73 73 config. FadeIn = 0 // Fade-in duration in ms, e.g. 400; 0 for no animation
