Loading...
 
Skip to main content

History: PluginMouseover

Source of version: 40 (current)

Copy to clipboard
            ! 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}