Window style attributes: Action Panel

Presentation style attributes that apply to the window action panel.

Table 1. Window style attributes: Action Panel
Attribute GDC GBC GMA GMI
actionPanelButtonSize

Defines the width of buttons for default action views.

By default, buttons are sized depending on the text and/or image.

This attribute gets a size specification as follows:
  • <number>em: a number followed by the "em" unit (such as "20em"), defines a size relative to the height of the current font.
  • "normal", "shrink", "tiny", "small", "medium", "large" or "huge". When using "normal" and "shrink", buttons are sized depending on the text or image, where "shrink" uses the minimum size needed to display the content of the button.
Yes Yes No No
actionPanelButtonSpace

Defines the space between buttons for default action views.

Values can be "none", "tiny", "small", "medium", "large" or "huge".

Default is "medium".

Yes No No No
actionPanelButtonTextAlign

Defines the text alignment inside buttons for default action views.

Values can be "left", "center", "right".

Default is "left" when the button have an icon, "center" otherwise.

Yes Yes No No
actionPanelButtonTextHidden

Defines the text visibility inside buttons for default action views.

Values can be "yes" (default) or "no".

Yes Yes No No
actionPanelDecoration

Defines the decoration of the action panel for default action views.

Values can be "auto" (default), "yes", "no" and "dockable".

Yes No No No
actionPanelHAlign

Defines the alignment of the action panel for default action views.

This attribute takes effect when actionPanelPosition is "top" or "bottom".

Values can be "left" (default), "right" or "center".

Yes No No No
actionPanelPosition

Defines the position for default action views frame.

Values can be "none", "chrome", "top", "left", "bottom" or "right" (default).
Note: The "chrome" value is specific to GBC: It indicates that action views must be displayed in the frame of the browser surrounding the HTML content. This is especially used on mobile devices. See Action views with GBC.
Yes Yes (see note) No No
actionPanelScroll

Defines if the action panel is "ring" - that is, when the last button is shown, pressing on the "down" button will show the first one again.

Values can be "no" or "yes" (default).

Yes No No No
actionPanelScrollStep

Defines how the action panel scrolls when clicking the "down" button, and the visibility of the next button.

Values can be:
  • "line" (default): the panel scrolls by one line, and then shows only the next button.
  • "page": the scrolling is done page by page.
Yes No No No