Custom JSP tag. This taglib is similar to our Toggled panel and lets you create hidden panel in your web front-end. For example:
<%@ taglib uri="taglib.tld" prefix="h" %> <h:hiddenPanel text="Show details"> Name: <input type="text"> </h:hiddenPanel> and you will get this (try to click on the image): Tags are: hiddenPanel Body tag. Lets you create a hidden panel. Tag's body describes your HTML/JSP code for the panel. Parameters are: 1) text describes a text (caption)
for downloading: Library: hiddenpaneltag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|