XML FOR DOMINO


field element
Example

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*


Attributes

<!ATTLIST field
name%string;#REQUIRED
type(%field.types;)#REQUIRED
kind(%field.kinds;)"editable"
allowmultivalues%boolean;"false"
description%tstring;#IMPLIED
taborder%integer;#IMPLIED
choicesdialog(%field.choicesdialogs;)#IMPLIED
viewCDATA#IMPLIED
viewdatabaseCDATA#IMPLIED
viewcolumn%integer;#IMPLIED
lookupeachchar%boolean;#IMPLIED
protected%boolean;"false"
sign%boolean;"false"
seal%boolean;#IMPLIED
listinputseparatorsNMTOKENS#IMPLIED
listdisplayseparator(%list.separators; )#IMPLIED
computeaftervalidation%boolean;"false"
defaultfocus%boolean;"false"
showdelimiters%boolean;"true"
allowtabout%boolean;"false"
useappletinbrowser%boolean;"false"
runexitingonchange%boolean;#IMPLIED
literalize%boolean;#IMPLIED
externaldatasource%boolean;"false"
usenotesstyle%boolean;#IMPLIED
width%lenpct;#IMPLIED
height%length;#IMPLIED
heighttype(%field.heights;)#IMPLIED
alignwithparagraph%boolean;#IMPLIED
multiline%boolean;#IMPLIED
fieldhint%string;#IMPLIED
useoscontrolinbrowser%boolean;#IMPLIED
onlyallow%tokens;#IMPLIED
firstdisplay(%field.limitinput.kinds;)#IMPLIED
fieldhelp%string;#IMPLIED
storageformat(%field.storageformat.type;)#IMPLIED
bgcolor%color;#IMPLIED
%html.core.attrs;
%datasource.attrs;
>

alignwithparagraph


allowmultivalues
allowtabout
bgcolor
choicesdialog
computeaftervalidation
defaultfocus
description
externaldatasource
fieldhelp
fieldhint
firstdisplay
height
heighttype
kind
listdisplayseparator
listinputseparators
literalize
lookupeachchar
multiline
name
onlyallow
protected
runexitingonchange
seal
showdelimiters
sign
storageformat
taborder
type
useappletinbrowser
usenotesstyle
useoscontrolinbrowser
view
viewcolumn
viewdatabase
width
Defined entities for <field> element

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


key
The %datasource.attrs; entity defines the attributes of a field that interacts with an external data source.

Syntax:

<!ENTITY % datasource.attrs "
externalname%string;#IMPLIED
metadataname%string;#IMPLIED
dataconnectionresource%string;#IMPLIED
storelocally%boolean;"false"
dataconnectionfield(%dataconnectionfield.types;)"data"
">

dataconnectionfield


dataconnectionresource
externalname
metadataname
storelocally
The %field.choicesdialogs; entity lists the options for generating a list, when defining a list field.

Syntax:

<!ENTITY % field.choicesdialogs "none | addressbook | acl | view ">

acl


addressbook
none
view
The %field.heights; entity defines the different height settings that a non-Notes-style field can have.

Syntax:

<!ENTITY % field.heights "fixed | dynamic | proportional ">

dynamic


fixed
proportional
The %field.limitinput.actions; entity lists the types of actions you can trigger from the helper button of a rich text lite field.

Syntax:

<!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.

Syntax:

<!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.

Syntax:

<!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.

Syntax:

<!ENTITY % field.storageformat.type " htmlmime ">

htmlmime


The %field.types; entity lists the types of fields.

Syntax:

<!ENTITY % field.types "text | number | datetime | richtext | keyword | names | authors | readers | password | formula | timezone | richtextlite | color ">

authors


color
datetime
formula
keyword
mimepart
names
number
password
readers
richtext
richtextlite
text
timezone
Example
See Also