ScrollDiv taglib ver. 1.2

    Custom JSP tag. This taglib lets you define an area where scroll bar will be switched on and off by mouse click. So this control lets you display big chunks of data in the limited space. For example:
 


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

<s:ScrollDiv title="Click to scroll" style="width:240px;height:240px;border:1px solid black;overflow:hidden">
JSOS has got a rich set of servlets such as Message Board, Chat, File Manager,
Calendar and many others. You can use them instead of CGI scripts to build your
site. As a matter of fact, it is the fastest way to make a site serving for needs
of some community and the easiest way for managing the site. Last version of
components supports WAP/WML also.
<p>    At this moment JSOS is probably the largest Java servlets collection over
the Net and continues to grow. With WAP/WML support JSOS is probably the
first Java scripts set for the mobile world.
<p>    Who will use this bundle?
</s:ScrollDiv>

and you will get this:

JSOS has got a rich set of servlets such as Message Board, Chat, File Manager, Calendar and many others. You can use them instead of CGI scripts to build your site. As a matter of fact, it is the fastest way to make a site serving for needs of some community and the easiest way for managing the site. Last version of components supports WAP/WML also.

    At this moment JSOS is probably the largest Java servlets collection over the Net and continues to grow. With WAP/WML support JSOS is probably the first Java scripts set for the mobile world.

    Who will use this bundle?

Tags are:

ScrollDiv

Body tag. Lets you define an area with the switchable scroll. Parameters are:

1) id Optional parameter. Describes a CSS/DHTML ID for the area.
2) title Describes a title (tooltip) for your area.
4) className Optional parameter. Describes a CSS class for the area
5) style Optional parameter. Describes a CSS style for the area

for downloading:

Library: scrolldivtag.jar    Description: taglib.tld  

© Coldbeans      Comments?

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