Table of Contents

Enum ScreenType

Namespace
Dynamicweb.CoreUI.Screens
Assembly
Dynamicweb.CoreUI.dll

Specifies how a screen is presented in the CoreUI shell.

public enum ScreenType

Fields

Default = 0

Full-page screen rendered in the main content area.

Dialog = 1

Screen rendered inside a modal dialog.

NoScreen = 4

No shell wrapper; raw component output is returned.

OutputViewer = 5

Screen rendered in a dedicated output-viewer panel.

SlideOver = 2

Screen rendered in a slide-over panel.

VisualEditor = 3

Screen rendered in the visual/inline editor shell.

To top