Window style attributes: Action Panel

Presentation style attributes that apply to the window action panel.

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.

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.

actionPanelButtonTextHidden

Defines the text visibility inside buttons for default action views.

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

actionPanelPosition

Defines the position for default action views frame.

Values can be one of:
  • "top": Action frame is displayed at the top of the window.
  • "bottom": Action frame is displayed at the bottom of the window.
  • "right" (default on desktop): Action frame is displayed to the right of the window.
  • "left": Action frame is displayed to the left of the window.
  • "none": Action frame is not displayed.
  • "chrome" (default on mobile): Action views are displayed in the chromebar. See Action views in chromebar.