XML FOR DOMINO


embeddedcontrol element
Represents an embedded control. An embedded control is a field in a form or mail memo that has been cut and pasted or forwarded.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Contains: <text>, <font>, <embeddedkeywords>

Syntax

<!ELEMENT embeddedcontrol ( text? , font? , embeddedkeywords? )>

Content

text?, font?, embeddedkeywords?


Attributes

<!ATTLIST embeddedcontrol
type(%embeddedcontrol.type;)#IMPLIED
borderstyle(%keywords.borders;)#IMPLIED
columns%integer;"1"
alignwithbaseline%boolean;"false"
allowmultilines%boolean;"true"
width%lenpct;#IMPLIED
widthtype(%embedded.fit.types;)"fixed"
height%length;#IMPLIED
bgcolor%color;#IMPLIED
%reading.order.attrs;
>

alignwithbaseline


allowmultilines
bgcolor
borderstyle
columns
height
type
width
widthtype
Defined entities for <embeddedcontrol> element

The %embeddedcontrol.type; entity defines the types of controls that can be embedded.

Syntax:

<!ENTITY % embeddedcontrol.type "checkbox | combobox | edit | listbox | radiobutton ">

checkbox


combobox
edit
listbox
radiobutton