LOTUS DOMINO の XML


button 要素

ボタンを表します。ボタンは、ボタンとして表示されている Lotus Notes ホットスポットです。button 要素では、アクションボタンは定義されません。アクションボタンの要素について詳しくは、「action 要素」のセクションを参照してください。

包含階層

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

サブクラス: <font><code>

構文

<!ELEMENT button ( #PCDATA | font | code )*>

[コンテンツ]

( #PCDATA | font | code )*


属性

<!ATTLIST button
nameCDATA#IMPLIED
width%length;#IMPLIED
widthtype(%button.width.types;)#IMPLIED
wraptext%boolean;#IMPLIED
bgcolor%color;#IMPLIED
type(%button.types;)"normal"
default%boolean;"false"
edge(%button.edge.types;)"system"
characters%integer;#IMPLIED
%html.core.attrs;
%reading.order.attrs;
>

bgcolor


characters
default
edge
name
type
width
widthtype
wraptext
<button> 要素の定義済みエンティティ

%button.edge.types; エンティティは、ボタンで使用できる境界線の種類のリストを表します。

構文:

<!ENTITY % button.edge.types "system | square | rounded ">

rounded


square
system
%button.types; エンティティは、[ボタン] インフォボックスを使用して作成できる特殊なホットスポットボタンの複数の種類を定義します。

構文:

<!ENTITY % button.types "normal | ok | cancel | help ">

cancel


help
normal
ok
%button.width.types; エンティティは、ボタンの幅を詳細に定義するオプションのリストを表します。

構文:

<!ENTITY % button.width.types "minimum | maximum | fixed | fitcontent | fixedcharacter ">

fitcontent


fixed
fixedcharacter
maximum
minimum

関連項目