SysMDrivenMiscSettingsSingleton
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
# GlobalCenteredPopUp:boolean | # GlobalCenteredPopUp:boolean | ||
# GlobalBlazorClient:boolean - will use the [[Documentation:Blazor|Blazor client]] as default rather than the AngularJS client | # GlobalBlazorClient:boolean - will use the [[Documentation:Blazor|Blazor client]] as default rather than the AngularJS client | ||
# GlobalNavigateOnDoubleClickWithoutMenu:Boolean - Normally this only happens if there is only 1 action enabled, but this will take first action if it is navigating | |||
# GlobalReadOnlyModeUseSaveAndLock:Boolean - If set adds a Save + Save&Lock buttons to toolbar to enable less hassle with constant need to unlock after save | |||
{{Edited|July|12|2024}} | {{Edited|July|12|2024}} |
Revision as of 09:01, 19 September 2024
This page was created by Hans.karlsen on 2024-02-09. Last edited by Hans.karlsen on 2025-07-10.
Certain settings influencing the Server behavior have been added.
Add a Singleton class named SysMDrivenMiscSettingsSingleton
Attributes recognized currently:
- GlobalReadOnlyMode: Boolean read more on ReadOnly mode
- GlobalToolbarMode: Boolean read more on Toolbarmode
- GlobalHideActionOnDisable: Boolean - this will hide all actions when they are disabled
- LibreOfficeInstallPathAndExe: string? - for example C:\Program Files\LibreOffice\program\soffice.exe - Read more
- GlobalCenteredPopUp:boolean
- GlobalBlazorClient:boolean - will use the Blazor client as default rather than the AngularJS client
- GlobalNavigateOnDoubleClickWithoutMenu:Boolean - Normally this only happens if there is only 1 action enabled, but this will take first action if it is navigating
- GlobalReadOnlyModeUseSaveAndLock:Boolean - If set adds a Save + Save&Lock buttons to toolbar to enable less hassle with constant need to unlock after save