|
Tiki has a built-in class (called tikihelp) that allows you to create a formatted tooltip for a link as follows:
The following syntax:
Would produce on this site:
Home Page
Mouse over the above link to see the formatted tooltip. Here's what's important for the tooltip to appear like this:
- JQuery must be enabled
- Set class="tikihelp"
- First part of the title before the colon is the heading of the tooltip and the text after the colon is the body.
|