UserInterface style attributes

UserInterface style presentation attributes define general options related to the application user interface.

Note: This topic lists presentation style attributes for a specific class of form element, common presentation style attributes can also be used for this type of element.
Table 1. UserInterface style attributes
Attribute GDC GBC GMA GMI
androidKeepForeground

An Androidâ„¢ app can switch between foreground to background states.

By default, when the app goes to background state, a notification is shown by GMA to give a higher priority to the app, and to prevent Android stopping the app if resources are required for other apps. The notification disappears, when the app returns to foreground state.

Use the androidKeepForeground style attribute to control the way the GMA forces Android to keep your app alive.

Values can be:
  • "yes" (default): The app remains in foreground state: to keep it in foreground state, a notification is displayed when the app goes background.
  • "no": The app can switch between foreground and background state (no notification is displayed to force the app to remain in foreground state)
Important: When using androidKeepForeground=no, GMA will no longer use a notification to keep the app in foreground, and Android may stop the app at any time.
N/A N/A Yes (see note) N/A
browserMultiPage

Defines whether subsequent RUN and RUN WITHOUT WAITING instructions will be executed in the current browser tab or in a new browser tab.

This style only works if the application having this style is the first of the session.

This style requires the Genero Application Server 3.00.22 or greater.

Values can be:
  • "no" (default): Subsequent RUN and RUN WITHOUT WAITING instructions are executed in the current browser tab.
  • "yes": Subsequent RUN and RUN WITHOUT WAITING instructions are executed in a new browser tab.
N/A Yes N/A N/A
reverse

Global configuration option to display forms in reverse mode and enable right to left input, for right-to-left language support.

Values can be:
  • "no" (default): Display forms for left-to-right languages.
  • "yes": Display mirrored forms for right-to-left languages.
N/A Yes N/A N/A