LOTUS DOMINO の XML


section 要素
省略または展開可能な段落を表します。セクションについて詳しくは、『アプリケーション開発者ガイド』の「セクションを作成する」を参照してください。

包含階層

スーパークラス: %richtext.block;

サブクラス: <sectiontitle><code>%richtext.block;

構文

<!ELEMENT section ( sectiontitle, code?, (%richtext.block;)* )>

[コンテンツ]

sectiontitle, code?, (%richtext.block;)*


属性

<!ATTLIST section
onread%tokens;""
onedit%tokens;""
onpreview%tokens;""
onprint%tokens;""
expanded%boolean;"false"
showastext%boolean;"false"
accessfieldkind(%field.kinds;)#IMPLIED
accessfieldname%string;#IMPLIED
>

accessfieldkind


accessfieldname
expanded
onedit
onpreview
onprint
onread
showastext
<section> 要素の定義済みエンティティ

%section.colexp.tokens; エンティティは、セクションの自動展開および自動省略のアクションとしてトークンを定義します。

構文:

<!ENTITY % section.colexp.tokens "expand | collapse | editorexpand | editorcollapse">

collapse


editorcollapse
editorexpand
expand
関連項目