Downloads » Resources » TooltipX

TooltipX

  • Currently 4.25/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Votes: 4

TooltipX 1.1

New in 1.1:
- use of regClientStartupScript to insert the js scripts in the header tag
- change the event

Works with MODx Version(s): 0.9.5
Submitted: Apr 8th 2007 | License: GPL - GNU Public | Downloads: 918

Plugin to add bubble tooltips to your site

Description

Plugin to add bubble tooltips to your site
by using as well all <a> or custom {=text:tiptext:link=} tags

Instructions

based on Bubble Tooltips (http://web-graphics.com/mtarchive/001717.php) by Alessandro Fulcitiniti http://web-graphics.com

Add the ability of using class for multiple tooltip use in a page by integrating the getElementsByClassName class (http://www.bigbold.com/snippets/posts/show/830)

Add the use of the custom tag {=text:tiptext:link=} to put tooltips where you want.

Instruction :
Copy the tooltipx folder in your assets/plugins/ folder
Create a new plugin named tooltipX
Copy/Paste this code of tooltipX_plugin.php in it
Do the plugin configuration (see below)
Check the OnLoadWebDocument event
Save

Config Parameters :
use ONE of theme at the time

//for tooltips applied on ALL 'a' elements in element(div) with id=contentId
&contentId=Id of your content;string;

//for tooltips ONLY applied to this tag : {=text:tiptext:link=}
&onlyTips=Only tips;int;1

Exemple of use:
{=Google:Most popular search engine:http://www.google.com=}
{=NATO:North Atlantic Treaty Organisation:=}

Previous Releases

TooltipX 1.0

Initial Release

Works with MODx Version(s): All
Submitted: Jan 21st 2007 | License: GPL - GNU Public | Downloads: 642
This resource has been deprecated.


Extras

tooltipXWordReplace for TooltipX 1.1

replaces words and creates a tooltipX valid tag

Works with MODx Version(s): 0.9.5
Submitted: Apr 8th 2007 | License: Public Domain | Downloads: 370

tooltipXWordReplace

replaces words and creates a tooltipX valid tag

Works with MODx Version(s): All
Submitted: Mar 21st 2007 | License: Public Domain | Downloads: 499

( back to top )