Blink taglib ver. 1.3

    Custom JSP taglib. This taglib lets you output the blinking text. For example:
 

<%@ taglib uri="taglib.tld" prefix="b" %>

<b:blink>This field is mandatory</b:blink>

and you will get some like this:

This field is mandatory

Tags are:

blink

Body tag lets output the blinking text. Parameters are:

1) frequency Optional parameter. Describes a frequency (in milliseconds). Default value is 100.
2) color1 Optional parameter. Describes a first color. Default value is red.
3) color2 Optional parameter. Describes a second color. Default value is black.
4) cond Optional attribute describes a boolean value this behavior depends on. Default value is true (blink).

blinkBackground

Body tag lets output the blinking background. Parameters are:

1) frequency Optional parameter. Describes a frequency (in milliseconds). Default value is 100.
2) color1 Optional parameter. Describes a first color. Default value is #FFFFFF.
3) color2 Optional parameter. Describes a second color. Default value is #f9f9f9.
4) cond Optional attribute describes a boolean value this behavior depends on. Default value is true (blink).

blinkWindow

Body tag lets you simulate output the blinking background for the whole window (screen). Parameters are:

1) frequency Optional parameter. Describes a frequency (in milliseconds). Default value is 100.
2) color1 Optional parameter. Describes a first color. Default value is #FFFFFF.
3) color2 Optional parameter. Describes a second color. Default value is #f9f9f9.
4) cond Optional attribute describes a boolean value this behavior depends on. Default value is true (blink).

for downloading:

Library: blinktag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: