embeddedview (Domino DTD)

Represents a view embedded in a design element, such as a page, form, or subform.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Contains: <code>, <sparefont>, <border>

Syntax

<!ELEMENT embeddedview ( code*, sparefont?, border? )>

Content

code*, sparefont?, border?

Contains zero or more <code> elements, followed by optional <sparefont> and <border> elements.

Attributes

<!ATTLIST embeddedview

name

%string;

#IMPLIED

sclickframe

%string;

#IMPLIED

dclickframe

%string;

#IMPLIED

usedefaultlines

%boolean;

"true"

displayusing

(%embeddedview.display.types;)

"javaapplet"

linestodisplay

%integer;

"0"

width

%lenpct;

#IMPLIED

widthtype

(%embedded.fit.types;)

"fixed"

height

%length;

#IMPLIED

heighttype

(%embedded.fit.types;)

"fixed"

scrollbars

%boolean;

"false"

showheader

%boolean;

"true"

selectionfollowsmouse

%boolean;

"false"

transparentbackgound

%boolean;

"false"

showentriesaslinks

%boolean;

"false"

showactionbar

%boolean;

"false"

showselectionmargin

%boolean;

"false"

database

%string;

#IMPLIED

showcurrentthreadonly

%boolean;

"false"

useviewsselectionmarginprop

%boolean;

"true"

>

database

Database containing the view 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.

dclickframe

Frame in which the document displays when a user double-clicks it in the view.

displayusing

Defines the format in which to display the view on the Web, as defined in the %embeddedview.display.types; entity.

height

Height of the view.

heighttype

Specifies how to size the view in relation to the design element it is embedded in. Can be any of the options in the %embedded.fit.types; entity.

linestodisplay

Number. Specifies the number of view entries to display in the embedded view.

name

Name of the embedded view.

sclickframe

Frame in which the document displays when a user clicks it once in the view.

scrollbars

Boolean value. If true, specifies that a scroll bar should appear in the frame for the embedded view.

selectionfollowsmouse

Boolean value. If true, the cursor highlights each entry it passes over to indicate what you would select if you clicked the mouse. This attribute cannot be set to true if the showselectionmargin attribute is set to true.

showactionbar

Boolean value. If true, includes the action bar for the view in the frame for the embedded view on the parent page or form.

showcurrentthreadonly

Boolean value. If true, displays only the parent and response documents associated with the current document.

showentriesaslinks

Boolean value. If true, turns each document entry in the view into a hypertext link when displayed on the Web.

showheader

Boolean value. If true, includes the view column headers in the embedded view.

showselectionmargin

Boolean value. If true, includes a first column in the embedded view that displays a checkmark when a document is selected or a trash can when a document is marked for deletion. This attribute cannot be true if the selection follows mouse attribute is set to true.

transparentbackground

Boolean value. If true, applies the page or form background of the design element that the view is embedded in to the view background. For instance, if the form background is blue, the view background is blue.

usedefaultlines

Boolean value. If true, the number of view entry lines that display in the embedded view is determined by the default line count value for the view, which is a server-wide value set in the NOTES.INI file.

useviewsselectionmarginprop

Boolean value. If true and if the showselectionmargin attribute is set to true, the embedded view retains its selection margin style. The view style defines whether to hide the selection margin border or extend the last column to the width of the window.

width

Width of the embedded view.

widthtype

Specifies how to size the view in relation to the design element it is embedded in. Can be any of the options in the %embedded.fit.types; entity.

Defined entity for <embeddedview> element

The %embeddedview.display.types; entity defines the format to use to display the view on the Web.

Syntax:

<!ENTITY % embeddedview.display.types "html | javaapplet | designsettings ">

designsettings

Uses the display properties set for the view in the view design element to display it.

html

Displays the view in HTML.

javaapplet

Displays the view using a Java applet.