embeddednavigator (Domino DTD)
Represents a navigator embedded in a design element, such as a page, form, or subform.
Containment Hierarchy
Contained by: %richtext.nonhot.inline;
Contains: <code>
Syntax
<!ELEMENT embeddednavigator ( code? )>
Content
code?
Contains an optional <code> element.
Attributes
<!ATTLIST embeddednavigator
name |
%string; |
#IMPLIED |
---|---|---|
istemplate |
%boolean; |
"false" |
database |
%string; |
#IMPLIED |
>
database
Database containing the navigator being embedded. Can be the database's replica ID or one of the keywords defined in the %named.element.link.databases; entity which represent special databases that are commonly linked to.
istemplate
Boolean value. If true, applies the design of the "$$NavigatorTemplate for <navigator name>" form to the page, form, or subform in which you are embedding this navigator. If a page or form in a Web application contains multiple navigators, designating one of them to use the template enables you to include navigators of different styles on the same page or form.
name
Name of the embedded navigator. If you do not want to display the same navigator in all circumstances, you can compute the navigator name, in which case it is emitted as a code element.