actionbar (Domino DTD)

Represents the action bar in a form, view, or page.

Containment Hierarchy

Contained by: <view>, <page>

Contains: <action>, <actionbarstyle>, <actionbuttonstyle>, <border>, <folder>, <font>, <form>, <sharedactionref>, <subform>

Syntax

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

Content

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

Contains an optional <actionbarstyle> element, an optional <actionbuttonstyle> element, an optional <font> element, an optional <border> element, then any number of either <action> or <sharedactionref> elements.

Attributes

<!ATTLIST actionbar

bgcolor

%color;

#IMPLIED

bordercolor

%color;

#IMPLIED

align

(%lr.aligns;)

"left"

useappletinbrowser

%boolean;

"false"

%language.attrs;

>

align

Indicates which side of the action bar the buttons should start at. See the %lr.aligns; entity for a list of options.

bgcolor

The background color of the action bar, which is the band that displays behind the action buttons.

bordercolor

The color of the border of the action bar.

useappletinbrowser

Boolean. If true, specifies to display the action bar using a Java applet instead of HTML when viewed with a browser.

Example