XML FOR DOMINO


actionbuttonstyle element
Example

Represents the style settings for buttons in the action bar.

Containment Hierarchy

Contained by: <actionbar>

Contains: <imageref>

Syntax

<!ELEMENT actionbuttonstyle ( imageref? )>

Content

imageref?


Attributes

<!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
Defined entities for <actionbuttonstyle> element

The %actionbutton.height.types; entity defines the height options for buttons in the action bar.

Syntax:

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

background


default
fixed
minimum
The %actionbutton.width.types; entity defines the width options for action buttons.

Syntax:

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

background


default
The %actionbutton.margin.types; entity defines the types of margins for action buttons.

Syntax:

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

default


fixed
The %actionbutton.displayborder.types; entity defines when to display the borders of an action button.

Syntax:

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

Example
See Also