Common attributes: Tooltip
The tooltip attribute
| Value | Description |
|---|---|
| (empty) | the default text (or the custom one if defined) is displayed as a tooltip |
| no | no tooltip if displayed at all |
| label | the text is displayed in a text field named "label" in the flash element. |
Defining a custom tooltip text
To define a tooltip text for an element, simply put it in a CDATA section, between the opening and closing statements. This allows you to translate easily the viewer tooltips in you own language (if it is not already available on Calaméo). You should consider using the UTF-8 character set.
Example:
<button action="search" tooltip="" upState="myotherskin#btnSearchOn"> <![CDATA[Look for something? Click here]]> </button>
