Help taglib ver. 1.3

    Custom JSP taglib lets you define an explanation (tooltip) for your text. For example:
 


<%@ taglib uri="taglib.tld" prefix="h" %>

The best example is <h:Help explain="The largest set of custom JSP tags">Coldtags suite</h:Help>

and you will get this:

The best example is Coldtags suite

See also Tooltip taglib in our suite.

Tags are:

Help

Body tag lets you define the explanation (tooltip) for your text. Parameters are:

1) explain Describes your explanation.
2) style Optional parameter. Describes your own CSS style for the text. Default value: border-bottom: 1px dotted #333;cursor:help;font-size:14px;
3) className Optional parameter. Describes your own CSS class for the text.
4) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true (display explanation).
 

for downloading:

 Library: helptag.jar     Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: