Plugin Mouseover

Introduced in Tiki3

Use this wiki plugin to display hidden content by mousing over text.

Parameters

Plugin Manager error: mouseover plugin not found

Examples

Non-sticky Mouseover

This code:

Copy to clipboard
{MOUSEOVER(label="Hello" offsetx="4" offsety="15")}Hello over there. It's fine!{MOUSEOVER}


Would produce:
HelloHello over there. It's fine!

Sticky Mouseover with Tiki Syntax

This code:

Copy to clipboard
{MOUSEOVER(label="Sticky" sticky="y" parse="y" offsetx="4" offsety="15")}This is a ''sticky'' popup{MOUSEOVER}


Would produce:
StickyThis is a sticky popup