Introduced in Tiki3
Use this wiki plugin to display hidden content by mousing over text.
bold
label
url
bgcolor
class
closeDelay
effect
height
200px
offsetx
5
offsety
0
padding
tag
a
text
textcolor
width
400px
speed
parse
parselabel
sticky
This code:
{MOUSEOVER(label="Hello" offsetx="4" offsety="15")}Hello over there. It's fine!{MOUSEOVER}
Would produce: HelloHello over there. It's fine!
{MOUSEOVER(label="Sticky" sticky="y" parse="y" offsetx="4" offsety="15")}This is a ''sticky'' popup{MOUSEOVER}
Would produce: StickyThis is a sticky popup