frameset (Domino DTD)
Represents a frameset design element. A frameset contains one or more <frame> elements or another <frameset> element, which is also referred to as a "nested" frameset, as opposed to a "toplevel" frameset. A toplevel frameset is the frameset that contains the %named.design.note.prolog; and %note.epilog; entities. The optional code element contains the window title of the toplevel frameset.
Containment Hierarchy
Contained by: %design.elements;, %named.element.link.types;, <frameset>
Contains: %named.design.note.prolog;, <code>, <frame>, %note.epilog;
Syntax
<!ELEMENT frameset ( %named.design.note.prolog; , code? , (frameset | frame)+, %note.epilog; )>
Content
%named.design.note.prolog; , code? , (frameset | frame)+, %note.epilog
Contains any number of the contents of the %named.design.note.prolog; entity, followed by an optional <code> element, one or more of either a frame or frameset element, followed by any number of the contents of the %note.epilog; entity.
Attributes
<!ATTLIST frameset
rows |
%pixpctrel.list; |
#IMPLIED |
---|---|---|
columns |
%pixpctrel.list; |
#IMPLIED |
spacing |
%pixels; |
"1px" |
borderwidth |
%pixels; |
#IMPLIED |
bordercolor |
%color; |
#IMPLIED |
>
bordercolor
Border color for all the borders on all the frames in a frameset. This value can only be specified for the toplevel frameset. Default color is system.
borderwidth
Border width for all the borders on all the frames in the frameset. This value can only be specified for the toplevel frameset.
columns
Text list. List of the column sizes for each column in the frameset.
rows
Text list. List of the row sizes for each row in the frameset.
spacing
Specifies the spacing between all the frames in a frameset.
Defined entity for <frameset> element
The %pixpctrel.list; entity defines the length of an attribute in a space-separated list made up of measurements in pixels ("1px"), percentages ("80%"), or relative values ("4").
Syntax:
<!ENTITY % pixpctrel.list "CDATA">