XML FOR DOMINO


frame element
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;)?


Attributes

<!ATTLIST frame
name%string;#IMPLIED
targetframe%string;#IMPLIED
showactionbar%boolean;#IMPLIED
showheader%boolean;#IMPLIED
selectionfollowsmouse%boolean;#IMPLIED
basicappearance%boolean;#IMPLIED
scrolling(%frame.scrolling.values;)"default"
noresize%boolean;"false"
border3d%boolean;"true"
marginwidth%pixels;"1px"
marginheight%pixels;"1px"
%html.core.attrs;
>

basicappearance


border3d
marginheight
marginwidth
name
noresize
scrolling
selectionfollowsmouse
showactionbar
showheader
targetframe
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


auto
default
never
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 ">

See Also