doclink (Domino DTD)
Represents a link to a document. If the link is empty, represents a standard non-hot Notes link. If the link contains rich text, represents a hotspot link. You activate a non-hot Notes link by clicking the Notes icon in rich text that represents the link. You activate a hotspot link by clicking any part of the rich text it contains.
Containment Hierarchy
Contained by: %frame.value;, %richtext.links;, <weblaunch>
Contains: %link.content;
Syntax
<!ELEMENT doclink ( %link.content; )>
Content
%link.content;
Contains any number of the contents of the %link.content; entity.
Attributes
<!ATTLIST doclink
document |
%string; |
#REQUIRED |
---|---|---|
anchor |
%string; |
#IMPLIED |
view |
%string; |
#IMPLIED |
database |
%replicaid; |
#IMPLIED |
server |
%string; |
#IMPLIED |
description |
%string; |
#IMPLIED |
>
anchor
If the target document contains an anchor, the name of the target anchor.
database
Replica ID of the database containing the target document.
description
Description to display in the Link Properties box for the document link.
document
Universal ID of the document being linked to. Required.
server
Name of the server to check for the database containing the target document.
view
Universal ID of the view that contains the target document.