actionbar (Domino DTD)

フォーム、ビュー、ページのアクションバーを表します。

包含階層

包含元: <view><page>

包含要素: <action>、<actionbarstyle><actionbuttonstyle><border><folder><font><form><sharedactionref><subform>

構文

<!ELEMENT actionbar ( actionbarstyle?, actionbuttonstyle?, font?, border?, ( action | sharedactionref )* )>

[コンテンツ]

( actionbarstyle?, actionbuttonstyle?, font?, border? ( action | sharedactionref )* )

省略可能な <actionbarstyle> 要素、省略可能な <actionbuttonstyle> 要素、省略可能な <font> 要素、省略可能な <border> 要素、続いて任意の数の <action> 要素または <sharedactionref> 要素の順に含まれます。

属性

<!ATTLIST actionbar

bgcolor

%color;

#IMPLIED

bordercolor

%color;

#IMPLIED

align

(%lr.aligns;)

"left"

useappletinbrowser

%boolean;

"false"

%language.attrs;

   
>

align

アクションバーのどちら側からボタンを表示するかを示します。オプションのリストの詳細については、%lr.aligns; エンティティを参照してください。

bgcolor

アクションバーの背景色です。アクションボタンの背後に表示される帯状の図形です。

bordercolor

アクションバーの境界線の色です。

useappletinbrowser

Boolean 型。true の場合、ブラウザで表示されるときに HTML ではなく Java アプレットを使用してアクションバーが表示されます。