Custom JSP taglib. Lets you provide HTML input elements with tooltips (helps).
You have to use this tag within of HTML forms or within of form tag. For example:
and you will get this (try to set focus for this input):
Tags are:
input
Body tag provides HTML input element with tooltip (help). Tag's body describes a tooltip. Parameters are:
1) name Describes a name for your element.
2) value Optional parameter. Describes a value.
3) size Optional parameter. Describes a size.
4) id Optional parameter. Describes an ID for this element
5) className Optional parameter. Describes a name for CSS class
6) style Optional parameter. Describes a CSS style
7) helpClassName Optional parameter. Describes a name for tooltip's CSS class
8) helpStyle Optional parameter. Describes a CSS style for your tooltip.
Default value is position:absolute;visibility:hidden;background-color:yellow;padding:3px;border-style:solid;border-color:black;border-width:1px;margin-top:5px;
9) width Optional parameter. Describes a width for your tooltip.
Default value is 100px
for downloading:
Library: inputtooltip.jar Description: taglib.tld
© Coldbeans Software Comments?
See also Coldtags suite - the largest collection of custom JSP tags.