LOTUS DOMINO の XML


actionbuttonstyle 要素

アクションバーのボタンのスタイル設定を表します。

包含階層

スーパークラス: <actionbar>

サブクラス: <imageref>

構文

<!ELEMENT actionbuttonstyle ( imageref? )>

[コンテンツ]

imageref?


属性

<!ATTLIST actionbuttonstyle
bgcolor%color;#IMPLIED
heighttype(%actionbutton.height.types;)"default"
height%integer;#IMPLIED
widthtype(%actionbutton.width.types;)"default"
margintype(actionbutton.margin.types;)"default"
margin%integer;#IMPLIED
displayborder(%actionbutton.displayborder.types;)"onmouseover"
>

bgcolor


displayborder
height
heighttype
margin
margintype
widthtype
<actionbuttonstyle> 要素の定義済みエンティティ

%actionbutton.height.types; エンティティは、アクションバーのボタンに対する高さのオプションを定義します。

構文:

<!ENTITY %actionbutton.height.types "default | minimum | fixed | background">

background


default
fixed
minimum
%actionbutton.width.types; エンティティは、アクションボタンの幅のオプションを定義します。

構文:

<!ENTITY %actionbutton.width.types "default | background">

background


default
%actionbutton.margin.types; エンティティは、アクションボタンの余白の種類を定義します。

構文:

<!ENTITY %actionbutton.margin.types "default | fixed">

default


fixed
%actionbutton.displayborder.types; エンティティは、アクションボタンの境界線を表示するタイミングを定義します。

構文:

<!ENTITY %actionbutton.displayborder.types "onmouseover | always | never">


関連項目