Scroll taglib ver. 1.4

    Custom JSP taglib. Lets you provide scrolled (animated) texts in your HTML code. For example:
 


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

<s:scrollUp width="220px" height="100px" borderWidth="1px">

<br>Please visit our pages:

<p>Coldtags suite <a href="http://www.servletsuite.com/jsp.htm" target="_blank">http://www.servletsuite.com/jsp.htm</a>
<p>JSOS <a href="http://www.servletsuite.com/servlets.htm" target="_blank">http://www.servletsuite.com/servlets.htm</a>
<p>JMX <a href="http://www.servletsuite.com/jmx" target="_blank">http://www.servletsuite.com/jmx</a>

</s:scrollUp>

and you will get this:


Please visit our pages:

Coldtags suite http://www.servletsuite.com/jsp.htm

JSOS http://www.servletsuite.com/servlets.htm

JMX http://www.servletsuite.com/jmx

Tags are:

scrollUp

Body tag lets you provide animated text in your HTML code. Parameters are:

1) width Describes a width for your area
2) height Describes a height.
3) speed Optional parameter. Describes a speed for your animation. Default value is 1.
4) id Optional parameter. Describes a DHTML (XHTML) id for this element.
5) borderColor Optional parameter. Describes a color for area's border. Default value is black
6) borderWidth Optional parameter. Describes a width for area's border. Default value is 0px (no border)
7) backgroundColor Optional parameter. Describes a background for your area.
8) className Optional parameter. Describes a name for CSS class
9) style Optional parameter. Describes a CSS style

scrollDown

Body tag lets you provide animated text in your HTML code. Parameters are:

1) width Describes a width for your area
2) height Describes a height.
3) speed Optional parameter. Describes a speed for your animation. Default value is 1.
4) id Optional parameter. Describes a DHTML (XHTML) id for this element.
5) borderColor Optional parameter. Describes a color for area's border. Default value is black
6) borderWidth Optional parameter. Describes a width for area's border. Default value is 0px (no border)
7) backgroundColor Optional parameter. Describes a background for your area.
8) className Optional parameter. Describes a name for CSS class
9) style Optional parameter. Describes a CSS style
 

for downloading:

    Library: scrolltag.jar    Description: taglib.tld

 © Coldbeans Software      Comments?

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