Tooltip element

Tooltip elements (since beta 0.3) let you add temporary boxes of text disappearing after validation that can be anchored to other elements.

Creation:

newTooltip("myTooltip", "Hello world!", "Click me")

Creates a tooltip reading Hello world with a button reading Click me! at its bottom-right corner.

Example:

[js try=”true”]newImage(“myImage”, “square.png”)
.print()
,
newTooltip(“myTooltip”, “This is a square”)
.print( getImage(“myImage”) )
[/js]

Adds an image to the page and places a box with the text This is a square to its bottom-right corner, which disappears when a validation button (reading OK by default) is clicked.

Actions

[yadawiki-list category=”Action command,Tooltip element”]

Settings

[yadawiki-list category=”Settings command,Tooltip element”]

Tests

[yadawiki-list category=”Test command,Tooltip element”]