run (Domino DTD)
Represents a few lines of selected or highlighted text. To apply a formatting style to a large block of text, use the <block> element.
Containment Hierarchy
Contained by: %richtext.nonhot.inline;
Contains: <font>, %richtext.inline;
Syntax
<!ELEMENT run ( #PCDATA | font | %richtext.inline; )*>
Content
#PCDATA | font | %richtext.inline;
Contains plain text, or any number of font elements, or may contain text that has implicit click action.
Attributes
<!ATTLIST run
html |
%boolean; |
"false" |
---|---|---|
highlight |
(%highlights;) |
"none" |
>
highlight
Highlight color option, as defined in the %highlights; entity.
html
If true, the block of text is in passthru HTML format.
Defined entity for <run> element
The %highlights; entity lists the possible highlight colors in running text.
Syntax:
<!ENTITY % highlights "none | yellow | pink | blue">