Custom JSP taglib. Body tag highlighter lets you highlight
(mark, pick out) some text in the own body. For example:
<%@ taglib uri="taglib.tld" prefix="h" %> <h:highlighter text="Java" style="color:yellow;background:blue"> C++, C#, Java, Basic </h:highlighter> and you will get some like this:
One parameter (text) is mandatory and describes selected pattern. Also you have to provide CSS style or CSS class name for selection. Tags are: highlighter Body tag highlights some text within own body. Parameters are: 1) text describes pattern for selection
for downloading: Library: highlight.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|