...
The workspace configuration in Kudo determines the layout and functionality of the workspace, including which widgets are displayed and which menus/toolbars are loaded. This document provides an overview of the structure and elements of workspace configuration in Kudo.
...
Loading Workspace
The workspace to be loaded is determined based on the combination of access and mobile parameters. Kudo provides four default workspaces, each tailored for different access and mobile scenarios:
...
The table below illustrates the mapping of access and mobile parameters to the respective default workspaces.
Access | Mobile | Workspace Loaded |
---|---|---|
Edit | False | Classic Default.xml |
View | False | Viewer.xml |
Edit | True | MobileEditor.xml |
View | True | MobileViewer.xml |
Developers can override the default workspace by specifying the workspace
and/or viewerWorkspace
query parameters and passing the name of the custom workspace.
Workspace Configuration Structure
A workspace xml file has this structure
...