XML FOR DOMINO


section element
Represents a paragraph that can be collapsed or expanded. For further details on sections, see "Creating sections" in Application Development with Domino Designer.

Containment Hierarchy

Contained by: %richtext.block;,

Contains: <sectiontitle>, <code>, %richtext.block;

Syntax

<!ELEMENT section ( sectiontitle, code?, (%richtext.block;)* )>

Content

sectiontitle, code?, (%richtext.block;)*


Attributes

<!ATTLIST section
onread%tokens;""
onedit%tokens;""
onpreview%tokens;""
onprint%tokens;""
expanded%boolean;"false"
showastext%boolean;"false"
accessfieldkind(%field.kinds;)#IMPLIED
accessfieldname%string;#IMPLIED
>

accessfieldkind


accessfieldname
expanded
onedit
onpreview
onprint
onread
showastext
Defined entity for <section> element

The %section.colexp.tokens; entity defines the tokens as actions for auto-expanding and auto-collapsing a section.

Syntax:

<!ENTITY % section.colexp.tokens "expand | collapse | editorexpand | editorcollapse">

collapse


editorcollapse
editorexpand
expand
See Also