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.
for downloading: Library: zoomtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|