Custom JSP taglib for your UI development. This taglib lets
you define a hyperlink that popups some window with your own HTML/JSP code. For example:
<%@ taglib uri="taglib.tld" prefix="p" %> What does
and you will get this picture:
Tags are: popup Body tag implements popup window. Parameters are: 1) id Optional parameter.
Describes an id for this window (if you have more than one popup element
on your page). Default value is popup.
link Body tag describes a link. Parameters are: 1) style Optional parameter.
Describes a CSS style for your link. Default value is text-decoration:none
window Body tag describes a window. Parameters are: 1) style Optional parameter.
Describes a CSS style for your window. Default value is position:absolute;visibility:hidden;background-color:yellow;padding:3px;border-style:solid;border-color:black;border-width:1px;margin-top:5px;
for downloading: Library: popuptag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|