frame (Domino DTD)
Represents the individual areas that make up a frameset.
Containment Hierarchy
Contained by: <frameset>
Contains: <bordercaption>, %frame.value;
Syntax
<!ELEMENT frame ( bordercaption?, (%frame.value;)? )>
Content
bordercaption?, (%frame.value;)?
Contains an optional <bordercaption> element optionally followed by any number of the contents of the %frame.value; entity.
Attributes
<!ATTLIST frame
name |
%string; |
#IMPLIED |
---|---|---|
targetframe |
%string; |
#IMPLIED |
showactionbar |
%boolean; |
#IMPLIED |
showheader |
%boolean; |
#IMPLIED |
selectionfollowsmouse |
%boolean; |
#IMPLIED |
basicappearance |
%boolean; |
#IMPLIED |
scrolling |
"default" |
|
noresize |
%boolean; |
"false" |
border3d |
%boolean; |
"true" |
marginwidth |
%pixels; |
"1px" |
marginheight |
%pixels; |
"1px" |
>
basicappearance
Boolean value. Indicates if a view or folder in the frame should display in a basic style, which removes the selection margin. Default is false.
border3d
Boolean value. Determines whether the borders should be three-dimensional. Default is true.
marginheight
Height in pixels of the frame margins.
marginwidth
Width in pixels of the frame margins.
name
Name of the frame to reference in programmatic use.
noresize
Boolean value. Indicates whether to enable a user to resize the frame within a frameset. Default is false.
scrolling
Determines the scrolling settings for the frame. See the %frame.scrolling.values; entity for a list of options.
selectionfollowsmouse
Boolean value. If true, the mouse turns into a finger-pointing icon that highlights each document in a view or folder as a user mouses over them. Default is false.
showactionbar
Boolean value. If true, displays a view or folder's action bar in the frame. Default is true.
showheader
Boolean value. If true, displays a view or folder's header in the frame. Default is true.
targetframe
Name of the destination frame for links activated from the current frame.
Defined entities for <frame> element
The %frame.scrolling.values; entity defines when to display the scroll bar in the frame.
Syntax:
<!ENTITY % frame.scrolling.values " always | never | auto | default ">
always
Forces the scroll bar to display in the frame under all circumstances.
auto
Displays the scroll bar only when necessary.
default
Displays the scroll bar according to user preferences.
never
Prohibits the display of the scroll bar.
The %frame.value; entity defines which link element makes up the content of the frame. Link elements used in this context cannot contain: character data(#PCDATA), richtext inline constructs (%richtext.inline;), (link.attrs;), and the only code element they can contain is one that specifies a formula for the URL or named element links. The description attribute of a link element referenced in this context is ignored.
Syntax:
<!ENTITY % frame.value " doclink | viewlink | namedelementlink | urllink ">