Custom JSP taglib. Lets you provide scrolled areas in your HTML code. For example:
and you will get this:
Coldtags suite http://www.servletsuite.com/jsp.htm
Tags are:
unit
Body tag lets you provide scrolled areas in HTML code. Parameters are:
1) width Describes a width for your area
2) height Describes a height.
3) id Optional parameter. Describes a DHTML (XHTML) id for this element.
4) borderColor Optional parameter. Describes a color for area's border. Default value is black
5) borderWidth Optional parameter. Describes a width for area's border. Default value is 0px (no border)
6) backgroundColor Optional parameter. Describes a background for your area.
7) className Optional parameter. Describes a name for CSS class
8) style Optional parameter. Describes a CSS style
for downloading:
Library: unittag.jar Description: taglib.tld
© Coldbeans Software Comments?
See also Coldtags suite - the largest collection of custom JSP tags.