XML FOR DOMINO


viewlink element
Represents a link to a view. 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;

Contains: %link.content;

Syntax

<!ELEMENT viewlink ( %link.content; )>

Content

%link.content;


Attributes

<!ATTLIST viewlink
view%string;#REQUIRED
database%replicaid;#IMPLIED
server%string;#IMPLIED
description%string;#IMPLIED
(%link.attrs;)
>

database


description
server
view
See Also