Bookmark targlib ver. 1.2


    Custom JSP tag. This taglib lets you define a hyperlink for adding data to bookmark (favorites in IE). For example:
 


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

<b:Bookmark title="Coldtags suite:bookmark">Add bookmark</b:Bookmark>

and you will get this:

Add bookmark

Tags are:

Bookmark

Body tag. Lets you define 'bookmark this' hyperlink. Parameters are:

1) url Optional parameter. Describes an URL for the bookmarked page. By default tag will use the current url (current page).
2) title Optional parameter. Describes a title for the bookmarked page. By default tag will use the url as a title.
4) className Optional parameter. Describes a CSS class for your hyperlink
5) style Optional parameter. Describes a CSS style for your hyperlink
6) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true (create a link)

for downloading:

Library: bookmarktag.jar    Description: taglib.tld  

© Coldbeans      Comments?

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

Also in Coldtags: