Font Size

SCREEN

Profile

Layout

Direction

Menu Style

Cpanel

JA Tooltip Demo

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:

Type = Custom Content

2. Type = article

{ jatooltips type="article" id="112" [options]} Tip title { /jatooltips}

Demo:

Type = Article ID

3. Type = module

{ jatooltips type="module" name="mod_flowers" [options]} Tip title { /jatooltips}

Or:

{ jatooltips type="module" id="28" [options]} Tip title { /jatooltips}

Demo:

Type = modulename

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
You are here: Home Plugin JA Tooltip