actionbarstyle (Domino DTD)

Defines the action bar size and background properties.

Containment Hierarchy

Contained by: <actionbar>

Contains: <font>, <imageref>

Syntax

<!ELEMENT actionbarstyle ( font?, imageref? )>

Content

font?, imageref?

Contains an optional <font> element followed by an optional <imageref> element.

Attributes

<!ATTLIST actionbarstyle

height

%length;

#IMPLIED

repeat

(%actionbar.background.repeats;)

#IMPLIED

>

height

Height of the action bar (in px or ex units).

repeat

Defines the pattern to apply to the background image (if there is one) on the action bar. The pattern options are defined in the %actionbar.background.repeats; entity. If an image is present and no pattern is specified, defaults to 'tile.'

Defined entity for <actionbarstyle> element

The %actionbar.background.repeats; entity defines the pattern options for background images on an action bar.

Syntax:

<!ENTITY %actionbar.background.repeats "once | vrepeat | hrepeat | tile | centertile | resize | center">

center

Displays the image once in the center of the bar.

centertile

Tiles the image across the interior of the action bar, leaving a margin around the outer edges of the bar empty.

hrepeat

Repeats the image across the beginning of the action bar.

once

Displays the image at the beginning of the action bar. The image is not visible at all if the buttons are aligned left.

resize

Displays one copy of the image, resizing it to fill up the entire bar background.

tile

Repeats the image as wallpaper across the background of the entire action bar.

vrepeat

Displays the image repeated vertically along the left side of the action bar. Only the end of the last repeated image is visible if the action buttons are aligned left.