Custom JSP taglib. This taglib lets you shake user-defined content. For example:
<%@ taglib uri="taglib.tld" prefix="s" %>
<s:shake onMouse="true">This text looks a bit strange</s:shake> and you will get some like this (try to move mouse over the text):
This text looks a bit strange
Tags are: shake Body tag lets you shake the body text. Parameters are: 1) frequency Optional parameter. Describes a frequency (in milliseconds).
Default value is 10.
for downloading: Library: shaketag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags. |
Also in Coldtags:
|