Avatar of walker6o9
walker6o9

asked on 

Using tip_balloon.js and wz_tooltip.js

I'm trying to use the tip_balloon.js file with wz_tooltip.js.  

Info here: http://www.walterzorn.com/tooltip/extensions.htm

I'm trying to use the tip_balloon.js with the wz_tooltip.js. I appended my code in the html to

onmouseover="Tip('This is a balloon tooltip', BALLOON, true, ABOVE, true)"

and the code in my tip_ballon.js in the GLOBAL TOOLTIP CONFIGURATION to read:


//=================== GLOBAL TOOPTIP CONFIGURATION =========================//
config. Balloon       = true// true or false - set to true if you want this to be the default behaviour
config. BalloonImgPath       = "../scripts/tip_balloon/stemb.gif" // Path to images (border, corners, stem), in quotes. Path must be relative to your HTML file.
// Sizes of balloon images
config. BalloonEdgeSize       = 6       // Integer - sidelength of quadratic corner images
config. BalloonStemWidth      = 15      // Integer
config. BalloonStemHeight      = 19      // Integer
config. BalloonStemOffset      = -7      // Integer - horizontal offset of left stem edge from mouse (recommended: -stemwidth/2 to center the stem above the mouse)
//======= END OF TOOLTIP CONFIG, DO NOT CHANGE ANYTHING BELOW ==============//


But when I test this, the text still comes up, but nothing else except for a transparent border.
JavaScriptAJAX

Avatar of undefined
Last Comment
Zvonko

8/22/2022 - Mon