SysMDrivenMiscSettingsSingleton
No edit summary
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Certain settings influencing the server behavior have been added.  
<message>Write the content here to display this box</message>
Certain settings influencing the Server behavior have been added.  


Add a Singleton class named '''SysMDrivenMiscSettingsSingleton'''  
Add a Singleton class named '''SysMDrivenMiscSettingsSingleton'''  
Line 6: Line 7:


# '''GlobalReadOnlyMode''': Boolean read more on [[Documentation:Per viewmodel ReadOnly mode|ReadOnly mode]]
# '''GlobalReadOnlyMode''': Boolean read more on [[Documentation:Per viewmodel ReadOnly mode|ReadOnly mode]]
# '''GlobalToolbarMode''': Boolean read more on [[Toolbarmode]]
# '''GlobalToolbarMode''': Boolean read more on [[Documentation:Toolbarmode|Toolbarmode]]
# '''GlobalHideActionOnDisable''': Boolean - this will hide all actions when they are disabled
# '''LibreOfficeInstallPathAndExe''': string? - for example C:\Program Files\LibreOffice\program\soffice.exe - [[Documentation:Use LibreOffice for PDF conversion|Read more]]
# GlobalCenteredPopUp:boolean
# GlobalBlazorClient:boolean - will use the [[Documentation:Blazor|Blazor client]] as default rather than the AngularJS client
# GlobalBlazorClientComponentOverride:String - if set to assemblywithoutext;ATypeThatImplementsIComponentTypeSwitchBroker it will be used by Blazor client to replace components based on [[Blazor IComponentTypeSwitchBroker|IComponentTypeSwitchBroker]].SwitchThis(IMDCompHolder compholder,Type theType);
# 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}}

Latest revision as of 09:12, 19 September 2024

Certain settings influencing the Server behavior have been added.

Add a Singleton class named SysMDrivenMiscSettingsSingleton

Attributes recognized currently:

  1. GlobalReadOnlyMode: Boolean read more on ReadOnly mode
  2. GlobalToolbarMode: Boolean read more on Toolbarmode
  3. GlobalHideActionOnDisable: Boolean - this will hide all actions when they are disabled
  4. LibreOfficeInstallPathAndExe: string? - for example C:\Program Files\LibreOffice\program\soffice.exe - Read more
  5. GlobalCenteredPopUp:boolean
  6. GlobalBlazorClient:boolean - will use the Blazor client as default rather than the AngularJS client
  7. GlobalBlazorClientComponentOverride:String - if set to assemblywithoutext;ATypeThatImplementsIComponentTypeSwitchBroker it will be used by Blazor client to replace components based on IComponentTypeSwitchBroker.SwitchThis(IMDCompHolder compholder,Type theType);
  8. GlobalNavigateOnDoubleClickWithoutMenu:Boolean - Normally this only happens if there is only 1 action enabled, but this will take first action if it is navigating
  9. GlobalReadOnlyModeUseSaveAndLock:Boolean - If set adds a Save + Save&Lock buttons to toolbar to enable less hassle with constant need to unlock after save


This page was edited 1 days ago on 09/19/2024. What links here