|
Command |
Description |
BALLOON
|
Gives the tooltip a balloon style.
Value: true or false.
Recommended: Combine with
ABOVE
command, or set the config. Above variable in the global cofiguration in wz_tooltip.js to true if you want this to be the default behaviour.
Example:
onmouseover="Tip('This is a balloon tooltip', BALLOON, true, ABOVE, true)"
|
BALLOONIMGPATH
|
Specifies the path to the images that build the edges, corners and stem of the balloon tooltip.
Useful if you want to use a different set of images (e.g. of other colours) for a certain tooltip.
Path must be relative to the HTML file, and enclosed with single quotes.
Example:
onmouseover="Tip('Tooltip text', BALLOON, true, BALLOONIMGPATH, 'somepath/otherdirectory/')"
|
BALLOONEDGESIZE
BALLOONSTEMWIDTH
BALLOONSTEMHEIGHT
|
If you want to use a different set of edge/corner/stem images for a
certain balloon tooltip, these commands allow you to notify the script
about the sizes of those images, in case that they differ from the
global settings in tip_balloon.js. Values: Integers > 0. |
|
|