Joomla tooltip plugin, module, extension, component.
Nice tooltip effect.
Features:
- Two usage variants
- Customizable opacity, delay, etc.
Example:
Element with tooltip
Usage:
{arijtooltip title="Tooltip title" tooltip="Tooltip text" delay="100" extraClass="fancy pretty"}
Element with tooltip
{/arijtooltip}
or
{arijtooltip title="Tooltip title"}
{arijttcontent}
Content text
{/arijttcontent}
{arijtttext}
Tooltip text
{/arijtttext}
{/arijtooltip}
Parameters:
- delay – Delay before tooltip is displayed. Values: number in milliseconds
- wrapTag – HTML tag to wrap. Most common: div, span
- track – Tooltip should track the mouse movement or not. Values: true, false
- showURL - If yes, shows the href or src attribute within div.url. Values: true, false
- extraClass – CSS class to be added to the tooltip helper. Values: CSS class
- fixPNG – Internet Explorer has issues displaying PNG files. This option lets automatically correct this behavior. Values: true, false
- top - The top-offset for the tooltip position. 0 is the mouse position. Values: number
- left - The left-offset for the tooltip position. 0 is the mouse position. Values: number
- positionLeft – position tooltip on left or not. Values: true, false
- overlayOpacity – opacity of the tooltip. Values: number from 0 to 1
|