LOTUS DOMINO の XML


embeddedoutline 要素
outline 設計要素としてフォームに追加されたのではなく、リッチテキストフィールドに埋め込まれたアウトラインを表します。

詳しくは、「選択された埋め込みアウトラインのプロパティ」を参照してください。

包含階層

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

サブクラス: <border><control><sublevel><title><toplevel><twistieimage>

構文

<!ELEMENT embeddedoutline ( control?, title?, toplevel?, sublevel?, twistieimage?, border? )>

[コンテンツ]

control?, title?, toplevel?, sublevel?, twistieimage?, border?


属性

<!ATTLIST embeddedoutline
display(%outline.displaydirections;)"vertical"
expand(%outline.expandtypes;)"saved"
imagelabel%string;#IMPLIED
name%tstring;#IMPLIED
rootname%tstring;#IMPLIED
samebackground%boolean;"false"
samefont%boolean;"false"
showtwistie%boolean;#IMPLIED
targetframe%string;#IMPLIED
tileimage%boolean;#IMPLIED
type(%outline.types;)"tree"
useappletinbrowser%boolean;#IMPLIED
width%lenpct;"100%"
widthtype(%eoutline.sizetypes;)"fitwindow"
height%lenpct;"25.40mm"
heighttype(%eoutline.sizetypes;)"fixed"
scrollbars%boolean;"true"
showviewcontents%boolean;"false"
outline%string;#IMPLIED
database%string;#IMPLIED
showfolderunread%boolean;"false"
characters%integer;#IMPLIED
columnwidth%length;"0.00mm"
%direction.attrs;
>

characters


columnwidth
database
display
expand
height
heighttype
imagelabel
name
outline
rootname
samebackground
samefont
scrollbars
showfolderunread
showtwistie
showviewcontents
targetframe
tileimage
type
useappletinbrowser
width
widthtype
<embeddedoutline> 要素の定義済みエンティティ

%eoutline.sizetypes; エンティティは、埋め込みアウトラインに設定可能な高さと幅の設定の種類を指定します。

構文:

<!ENTITY % eoutline.sizetypes "fixed | fitwindow | fitcontent | fixedcharacter ">

fitcontent


fitwindow
fixed
fixedcharacter
%outline.displaydirections; エンティティは、フラットなスタイルのアウトラインを表示する方向を定義します。

構文:

<!ENTITY % outline.displaydirections "vertical | horizontal">

%outline.expandtypes; エンティティは、ツリースタイルのアウトラインを含むフォームが最初に表示されるときに、そのエントリを表示する方法を定義します。

構文:

<!ENTITY % outline.expandtypes "all | first | saved | none ">

all


first
none
saved
%outline.types; エンティティは、ページに使用可能な埋め込みアウトラインの種類を定義します。

構文:

<!ENTITY % outline.types "flat | tree ">

flat


tree
関連項目