Presentation styles / Style attributes reference |
UserInterface style presentation attributes define general options related to the application user interface.
Attribute | GDC | GWC-JS | 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 avoid Android to stop 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:
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 | 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:
|
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 languages support. Values can be:
|
N/A | Yes | N/A | N/A |