Unit taglib ver. 1.3

    Custom JSP taglib. Lets you provide scrolled areas in your HTML code. For example:
 


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

<u:unit width="200px" height="125px" borderWidth="1px">

<br>Please visit our pages:

<p>Coldtags suite <a href="http://www.servletsuite.com/jsp.htm" target="_blank">http://www.servletsuite.com/jsp.htm</a>
<p>JSOS <a href="http://www.servletsuite.com/servlets.htm" target="_blank">http://www.servletsuite.com/servlets.htm</a>
<p>JMX <a href="http://www.servletsuite.com/jmx" target="_blank">http://www.servletsuite.com/jmx</a>

</u:unit>

and you will get this:


Please visit our pages:

Coldtags suite http://www.servletsuite.com/jsp.htm

JSOS http://www.servletsuite.com/servlets.htm

JMX http://www.servletsuite.com/jmx

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.