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 = 0Full-page screen rendered in the main content area.
Dialog = 1Screen rendered inside a modal dialog.
NoScreen = 4No shell wrapper; raw component output is returned.
OutputViewer = 5Screen rendered in a dedicated output-viewer panel.
SlideOver = 2Screen rendered in a slide-over panel.
VisualEditor = 3Screen rendered in the visual/inline editor shell.