HTML::Tooltip::Javascript

A Perl interface for easy use of Walter Zorn's javascript tooltip library
Download

HTML::Tooltip::Javascript Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Taylor
  • Publisher web site:
  • http://search.cpan.org/~unisolve/

HTML::Tooltip::Javascript Tags


HTML::Tooltip::Javascript Description

A Perl interface for easy use of Walter Zorn's javascript tooltip library HTML::Tooltip::Javascript is a Perl module that provides an easy interface to Walter Zorn's GPLed Javascript tooltip library (versions prior to 4.0). For further information on the Javascript library see http://www.walterzorn.com.On a web page, a tooltip is a box of text and/or images that pops up when the mouse hovers over an image, link, some text or an area of the page (div tag). Walter Zorn's library allows great control over these boxes including changing colors, borders, fonts, images, delay (how fast the box pops up), alignment, shadows and more.This perl module makes the Javascript tooltip library simple to use from a CGI aspect, allowing you to set defaults so that all your tooltips appear the same, and keeping the amount of code you have to write to a minimum.SYNOPSIS use HTML::Tooltip::Javascript; my $tt = HTML::Tooltip::Javascript->new( javascript_dir => '/javascript/', options => fault_options, ); # In HTML output ... my $tip1 = $tt->tooltip("Tip", \%options); print qq(Example); # Output the script tag that refers to the Javascript tooltip # library. It's essential that this is printed after all other # tooltip related output. print $tt->at_end; # ... end HTML here Requirements: · Perl


HTML::Tooltip::Javascript Related Software