Constructor
new EditorDisplayMode()
Classes
Members
CONTENT
Static property representing the CONTENT
display mode. This mode simplifies the editor interface by adjusting the layout and removing non-essential elements like toolbars and buttons. Only the requested editor's content is displayed in this mode.
Example of the embedded Report Editor in 'CONTENT' mode:

// To apply 'CONTENT' mode, add it as a query parameter in the dashboard URL:
https://pi-dev.uk:8224/pi?lang=en_GB&editorDisplayMode=CONTENT
// If no query parameter is supplied, the default editor view will be displayed.