Difference between revisions of "OS.app System Configuration"
From OS.bee documentation
m (Mollik moved page OS.app Configuration to OS.app System Configuration) |
(→OS.app System Configuration) |
||
Line 11: | Line 11: | ||
Configuration entries and groups show up during operation of the application, as soon as the entry is requested by the application. The default value is used as the initial value. As soon as the configuration entry is available, it can be adjusted to the local needs. | Configuration entries and groups show up during operation of the application, as soon as the entry is requested by the application. The default value is used as the initial value. As soon as the configuration entry is available, it can be adjusted to the local needs. | ||
+ | |||
+ | === Configuration Group 'Userinterface' === | ||
+ | |||
+ | {| class="wikitable" style="margin:auto" | ||
+ | |+ Userinterface settings | ||
+ | |- | ||
+ | !Key !!Description !!Type !!Default !!Possible Values | ||
+ | |- | ||
+ | |action-Save ||controls the behaviour of the Save Button ||String || action-Save || action-SaveAndAsk <br />action-SaveAndNew | ||
+ | |- | ||
+ | |action-SaveAndAsk ||controls the behaviour of the Save Button ||String || action-SaveAndAsk || action-Save <br />action-SaveAndNew | ||
+ | |- | ||
+ | |action-SaveAndNew ||controls the behaviour of the Save Button ||String || action-SaveAndNew || action-Save <br />action-SaveAndAsk | ||
+ | |- | ||
+ | |} |
Revision as of 08:29, 13 June 2022
OS.app System Configuration
Each application created with the OSbee Software Factory V4.5.5 and later contains the system configuration to manage system wide settings.
The system configuration has two parts:
- Configuration group
- Configuration
The configuration entries belong to a configuration group to bundle related configuration entries.
Configuration entries and groups show up during operation of the application, as soon as the entry is requested by the application. The default value is used as the initial value. As soon as the configuration entry is available, it can be adjusted to the local needs.
Configuration Group 'Userinterface'
Key | Description | Type | Default | Possible Values |
---|---|---|---|---|
action-Save | controls the behaviour of the Save Button | String | action-Save | action-SaveAndAsk action-SaveAndNew |
action-SaveAndAsk | controls the behaviour of the Save Button | String | action-SaveAndAsk | action-Save action-SaveAndNew |
action-SaveAndNew | controls the behaviour of the Save Button | String | action-SaveAndNew | action-Save action-SaveAndAsk |