History: PluginMouseover
Source of version: 41 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Plugin Mouseover *Introduced in ((Tiki3))* Use this ((wiki plugin)) to display hidden content by mousing over text. ## Parameters {pluginmanager plugin="mouseover"} ## Examples ### Non-sticky Mouseover *This code:* {CODE(colors="tiki")}{MOUSEOVER(label="Hello" offsetx="4" offsety="15")}Hello over there. It's fine!{MOUSEOVER}{CODE} *Would produce:* {MOUSEOVER(label="Hello" offsetx="4" offsety="15")}Hello over there. It's fine!{MOUSEOVER} ### Sticky Mouseover with Tiki Syntax *This code:* {CODE(colors="tiki")}{MOUSEOVER(label="Sticky" sticky="y" parse="y" offsetx="4" offsety="15")}This is a ''sticky'' popup{MOUSEOVER}{CODE} *Would produce:* {MOUSEOVER(label="Sticky" sticky="y" parse="y"offsetx="4" offsety="15")}This is a *sticky* popup{MOUSEOVER}