Custom JSP taglib for UI development. This taglib lets you implement
CSS boxes with curved corners. For example:
<%@ taglib uri="taglib.tld" prefix="b" %>
<b:cssbox width="300" height="150">
<br>It is a text inside of the curved corners box
</b:cssbox>
and you will get the following picture:
It is a text inside of the curved corners box
Tags are:
cssbox
Body tag provides a box with curved corners. Parameters are:
1) width Describes
a width for your box (in pixels).
2) height Describes
a height for your box (in pixels).
3) boxBackground Optional parameter. Describes
a background color for your box. Default value is #ddd.
4) cornerBackground Optional parameter. Describes
a background color for your page (it will be used for corners too in order
to make them invisible). Default value is #FFF.
5) boxColor Optional parameter. Describes
a color for your box. Default value is black.
6) textColor Optional parameter. Describes
a color for your text. Default value is black.
7) cond Optional parameter. Describes
a boolean value tag's behavior depends on. Default value is true.
for downloading:
Library: cssboxtag.jar Description: taglib.tld
© Coldbeans
Comments?
See also Coldtags suite - the largest collection of custom JSP tags.
|