LOTUS DOMINO の XML


field 要素

フォームのフィールドを表します。

包含階層

スーパークラス: <sharedfield>%richtext.nonhot.inline;

サブクラス: <keywords><datetimeformat><numberformat><code>

構文

<!ELEMENT field ( keywords?, datetimeformat?, numberformat?, code* )>

[コンテンツ]

keywords?, datetimeformat?, numberformat?, code*


属性

<!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
<field> 要素の定義済みエンティティ

%dataconnectionfield.types; エンティティは、フォームで使用できるデータ接続フィールドの種類を定義します。このエンティティは %datasource.attrs; エンティティで使用されます。

構文:

<!ENTITY % dataconnectionfield.types " key | data " >

data


key
%datasource.attrs; エンティティは、外部データソースと連携するフィールドの属性を定義します。

構文:

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

dataconnectionfield


dataconnectionresource
externalname
metadataname
storelocally
%field.choicesdialogs; エンティティは、リストフィールドを定義するときに、リストを作成するオプションのリストを表します。

構文:

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

acl


addressbook
none
view
%field.heights; エンティティは、Lotus Notes スタイルではないフィールドに指定可能な複数の高さ設定を定義します。

構文:

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

dynamic


fixed
proportional
%field.limitinput.actions; エンティティは、リッチテキストライトフィールドのヘルプボタンでトリガーできるアクションの種類のリストを表します。

構文:

<!ENTITY % field.limitinput.actions " help | clear ">

%field.limitinput.kinds; エンティティは、リッチテキストライトフィールドのヘルプボタンに表示できるオブジェクトアイコンの種類のリストを表します。

構文:

<!ENTITY % field.limitinput.kinds "picture | sharedimage | attachment | view | datepicker | sharedapplet | text | object | calendar | inbox ">

%field.limitinput.values; エンティティは、リッチテキストライトフィールドのヘルプボタンに表示できるオブジェクトアイコンとそれでトリガーできるアクションの種類のリストを表します。

構文:

<!ENTITY % field.limitinput.values "%field.limitinput.kinds; | field.limitinput.actions ">

%field.storageformat.type; エンティティは、リッチテキストフィールドの内容を保存するオプション形式を定義します。

構文:

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

htmlmime


%field.types; エンティティは、フィールドの種類のリストを表します。

構文:

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

authors



datetime
formula
keyword
mimepart
names
number
password
readers
richtext
richtextlite
text
timezone

関連項目