Bookmark
Definition
A bookmark (also known as "named anchor") is an invisible tag, that marks a certain position in the document.
-
bookmark
Defines the bookmark. The specified name can used in the link component as 'reference' attribute to return to the bookmark. The 'reference' attribute has to specify a # sign before the bookmark name.
Example - Returning to a bookmark named "chapter1":
'reference' attribute of the link component has to be set to: #chapter1
|
Attributes |
M |
Values |
Usage |
|
bookmark |
String (cs) |
Taglib No tag available Classlib setBookmark ("chapter1") |