Circles taglib ver. 1.1


    Custom JSP taglib lets you create circles with CSS3. For example:
 


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

<c:Circle width="128px" height="96px" color="blue"/>

and you will get some like this:

Tags are:

Circle

Body tag lets you draw circle with CSS3. Parameters are:

1) width Describes a width.
2) height Describes a height.
3) color Describes a background color.
4) border Optional attribute. Describes a border
5) opacity Optional attribute. Describes an opacity.

for downloading:

Library: circletag.jar    Description: taglib.tld

© Coldbeans      Comments?

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

     

Also in Coldtags: