Difference between revisions of "OS.app System Configuration"

From OS.bee documentation
Jump to: navigation, search
(Configuration Group 'Userinterface')
(Configuration Group 'Userinterface')
Line 25: Line 25:
 
|action-SaveAndNew ||controls the behaviour of the SaveAndNew Button ||String || action-SaveAndNew || action-Save <br />action-SaveAndAsk
 
|action-SaveAndNew ||controls the behaviour of the SaveAndNew Button ||String || action-SaveAndNew || action-Save <br />action-SaveAndAsk
 
|-
 
|-
 +
|Locale ||The default locale for the application ||String || the locale received from the browser || de-DE <br />en-US <br />fr-FR <br />...
 +
|-
 +
|MenuAutoCollapseAfterSelect ||Collapse the menu after the selection of a menu entry ||Boolean || false || false <br />true
 +
|-
 +
|MenuAutoCollapseOnExpand ||Collapse the previous selected menu tree the selection of another tree ||Boolean || false || false <br />true
 +
|-
 +
|DatabaseExceptionMessage ||Blocking message about exceptions during database operations<br />Either DatabaseExceptionMessage  or DatabaseExceptionNotification can be true ||Boolean || false || false <br />true
 +
|-
 +
|DatabaseExceptionNotification ||Systray notification about exceptions during database operations<br />Either DatabaseExceptionMessage  or DatabaseExceptionNotification can be true ||Boolean || false || false <br />true
 +
|-
 +
|TableFilterDecorator-text-change-timeout ||Delay in milliseconds until the refresh of a table starts when a filter value is changed ||Integer|| 500 || 0..1000
 +
|-
 +
 
|}
 
|}
 +
 +
=== Configuration Group 'PrintServices' ===

Revision as of 09:52, 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'

Userinterface settings
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 SaveAndAsk Button String action-SaveAndAsk action-Save
action-SaveAndNew
action-SaveAndNew controls the behaviour of the SaveAndNew Button String action-SaveAndNew action-Save
action-SaveAndAsk
Locale The default locale for the application String the locale received from the browser de-DE
en-US
fr-FR
...
MenuAutoCollapseAfterSelect Collapse the menu after the selection of a menu entry Boolean false false
true
MenuAutoCollapseOnExpand Collapse the previous selected menu tree the selection of another tree Boolean false false
true
DatabaseExceptionMessage Blocking message about exceptions during database operations
Either DatabaseExceptionMessage or DatabaseExceptionNotification can be true
Boolean false false
true
DatabaseExceptionNotification Systray notification about exceptions during database operations
Either DatabaseExceptionMessage or DatabaseExceptionNotification can be true
Boolean false false
true
TableFilterDecorator-text-change-timeout Delay in milliseconds until the refresh of a table starts when a filter value is changed Integer 500 0..1000

Configuration Group 'PrintServices'