XML FOR DOMINO
Represents a field on a form.
Containment Hierarchy
Contained by: <sharedfield>, %richtext.nonhot.inline;
Contains: <keywords>, <datetimeformat>, <numberformat>, <code>
Syntax
<!ELEMENT field ( keywords?, datetimeformat?, numberformat?, code* )>
Content
keywords?, datetimeformat?, numberformat?, code*
<!ATTLIST field
alignwithparagraph
The %dataconnectionfield.types; entity defines the types of data connection fields that can exist on a form. This entity is used in the %datasource.attrs; entity.
Syntax:
<!ENTITY % dataconnectionfield.types " key | data " >
data
<!ENTITY % datasource.attrs "
dataconnectionfield
<!ENTITY % field.choicesdialogs "none | addressbook | acl | view ">
acl
<!ENTITY % field.heights "fixed | dynamic | proportional ">
dynamic
<!ENTITY % field.limitinput.actions " help | clear ">
The %field.limitinput.kinds; entity lists the types of object icons you can display on the helper button of a rich text lite field.
<!ENTITY % field.limitinput.kinds "picture | sharedimage | attachment | view | datepicker | sharedapplet | text | object | calendar | inbox ">
The %field.limitinput.values; entity lists the types of object icons you can display on or actions you can trigger from the helper button of a rich text lite field.
<!ENTITY % field.limitinput.values "%field.limitinput.kinds; | field.limitinput.actions ">
The %field.storageformat.type; entity defines the optional formats for storing the contents of a rich text field.
<!ENTITY % field.storageformat.type " htmlmime ">
htmlmime
<!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color ">
authors