urllink (Domino DTD)
Represent a link to a URL, either literal or computed, but not both. 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 hot spot link by clicking any part of the rich text it contains.
Containment Hierarchy
Contained by: %frame.value;, %richtext.links;
Contains: %link.computed.content;
Syntax
<!ELEMENT urllink ( %link.computed.content; )>
Content
%link.computed.content;
Contains any number of the contents of the %link.computed.content; entity.
Attributes
<!ATTLIST urllink
href |
%uri; |
#IMPLIED |
---|---|---|
>
href
The Universal Resource Identifier to link to. Required unless the URI is computed by a formula.