HTML tooltip text

Hello,

I am just checking the possibility of having tooltips inside html areas. For example, something like My HTML text. This does not seem to work. Is there any way around?

Thanks,
Adrian.

Servoy Developer
Version 3.1.6-build 410
Java version 1.6.0_01-ea-b02 (Windows XP)

JavaScript and the html implementation of sun don’t really like each other.

I don’t know of any workaround.

I don’t think it’s a JavaScript issue. Like you said, more like HTML. Even something simpler like

tooltip

would be enough for me

Adrian

I did not say it is a JavaScript issue.

It is the fact that the HTML implementation of Sun does not allow you to use JavaScript.

This:

tooltip

does not look like JavaScript. That’s all I want to use :)

Adrian

I believe the title attribute was introduced in HTML 4.0.1.
De Sun engine only supports HTML 3.2 and HTML 4.0 (to some degree).

Hope this helps.