JA Tooltip Demo
- Details
- Category: Plugins
- Published on Wednesday, 15 December 2010 07:34
- Written by Super User
- Hits: 3657
JA Tooltips Plugin
Display the tooltip for article content.
For Example Tags
1. Type = Custome Content
{ jatooltips [options]}[title]Tip title[/title][content]Tip content[/content]{ /jatooltips }
Demo:
2. Type = article
{ jatooltips type="article" id="112" [options]} Tip title { /jatooltips}
Demo:
3. Type = module
{ jatooltips type="module" name="mod_flowers" [options]} Tip title { /jatooltips}
Or:
{ jatooltips type="module" id="28" [options]} Tip title { /jatooltips}
Demo:
JA Tooltips options:
- -
title: Tip title (options for module only) - -
content: Tip content (options for module only - -
style: Tip themes. Themes got from themes folder inside jatooltips plugin. Default: default - -
maxTitleChars: Maximun number of characters of the title. Default: 30 - -
showDelay: Delay time to show tips (millisecond). Default: 100 - -
hideDelay: Delay time to hide tips (millisecond). Default: 100 - -
className: Tip CSS classname. Default: tool - -
pos: Tip position. It should be one of values: left-top, center-top, right-top, left-center, right-center, left-bottom, center-bottom, right-bottom. Default: center-bottom - -
offsetx: X offset. Default: 0 - -
offsetx: Y offset. Default: 0 - -
showwhen: Trigger to show tips, should be one of values: mouseenter, click. Default: mouseenter - -
hidewhen: Trigger to hide tips, should be one of values: outlink, outtip, clicklink, clicktip. Default: outlink

