Zoom taglib ver. 1.2

    Custom JSP tag. This taglib lets you define a zoomed area. You can zoom the content by moving mouse over the area. For example:
 


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

<z:ZoomArea>move mouse over the area</z:ZoomArea>

and you will get this:

move mouse over the area

Tags are:

ZoomArea

Body tag. Lets you define a zoomed area. Parameters are:

1) id Optional parameter. Describes a CSS/DHTML ID for the area.
2) style Optional parameter. Describes a CSS style for the area
3) className Optional parameter. Describes a CSS class for the area
4) size Optional parameter. Describes a font size for the zoom mode. Default value is 24px.
5) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true (zoom it).

for downloading:

Library: zoomtag.jar    Description: taglib.tld  

© Coldbeans      Comments?

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

Also in Coldtags: