Custom JSP taglib. This taglib lets you display buttons with
some special (toggle-like) look and feel. For example:
<%@ taglib uri="taglib.tld" prefix="css" %> <css:button link="http://www.servletsuite.com/jsp.htm" taget="_blank">Coldtags</css:button> and you will get some like this: Only one parameter (link) is mandatory. You can set here some URL or even the JavaScript call: javascript:document.form_name.submit(). Optional parameters let you specify color for titles, font etc. Tags are: button Body tag. Simulates a button with some special (toggle-like) look and feel. Tag's describes a value (caption) for your button. Parameters are: 1) link Describes a link
for downloading: Library: csstag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|