LOTUS DOMINO の XML


form 要素

フォームを表します。

包含階層

スーパークラス: %design.elements;%named.element.link.types;

サブクラス: %named.design.note.prolog;<globals><code><actionbar><background><body>%note.epilog;

構文

<!ELEMENT form ( %named.design.note.prolog;, globals?, code*, actionbar?, background?, body, %note.epilog; )>

[コンテンツ]

%named.design.note.prolog;, globals?, code*, actionbar?, background?, body, %note.epilog;


属性

<!ATTLIST form
%named.design.note.attrs;
%link.color.attrs;
%reading.order.attrs;
bgcolor%color;#IMPLIED
inherit%boolean;"false"
mailable%boolean;"false"
type(%form.types;)"document"
recalc%boolean;"false"
storeform%boolean;"false"
editonopen%boolean;"false"
anonymous%boolean;"false"
nofieldexchange%boolean;"false"
versions(%form.versions;)"none"
manualversion%boolean;"false"
inheritdoc(%form.inheritdocs;)"none"
inheritdocfield%string;#IMPLIED
contextpane(%form.contextpanes;)"hide"
mergeconflicts%boolean;#IMPLIED
conflictaction%form.conflictactions;"createconflicts"
dataconnection.metadataname%string;#IMPLIED
dataconnection.resourcename%string;#IMPLIED
signdocuments%boolean;"false"
%form.focus.attrs;
>

anonymous


conflictaction
contextpane
dataconnection.metadataname
dataconnection.resourcename
editonopen
inherit
inheritdoc
inheritdocfield
mailable
manualversion
mergeconflicts
nofieldexchange
recalc
signdocuments
storeform
type
versions
<form> 要素の定義済みエンティティ

%form.conflictactions; エンティティは、フォーム複製の競合を処理する方法を定義します。

構文:

<!ENTITY % form.conflictactions "createconflicts | donotcreateconflicts | mergeconflicts | mergenoconflicts ">

createconflicts


donotcreateconflicts
mergeconflicts
mergenoconflicts

%form.contextpanes; エンティティは、コンテキストペインを表示する複数の方法を定義します。

構文:

<!ENTITY % form.contextpanes "hide | link | parent ">

hide


link
parent
%form.inheritdocs; エンティティは、選択された文書全体をリッチテキストフィールドに継承できる複数の方法を定義します。

構文:

<!ENTITY % form.inheritdocs "none | link | richtext | collapsed ">

collapsed


link
none
richtext
%form.types; エンティティは、フォームによって作成される返答文書の種類のリストを表します。

構文:

<!ENTITY % form.types "document | response | responsetoresponse ">

document


response
responsetoresponse
%form.versions; エンティティは、文書の変更履歴を保持する複数の方法を定義します。

構文:

<!ENTITY % form.versions "none | newresponse | oldresponse | newsibling ">

newresponse


newsibling
none
oldresponse

関連項目