Class VisualEditor
- Namespace
- Dynamicweb.CoreUI.Layout
- Assembly
- Dynamicweb.CoreUI.dll
The backend (/admin/VisualEditor) wrapper component that loads the Visual Editor
public sealed class VisualEditor : UiComponentBase, IRootComponent
- Inheritance
-
VisualEditor
- Implements
- Inherited Members
- Extension Methods
Constructors
VisualEditor()
public VisualEditor()
Properties
CopyRowAction
public ActionBase? CopyRowAction { get; set; }
Property Value
DeleteColumnAction
public ActionBase? DeleteColumnAction { get; set; }
Property Value
DeleteRowAction
public ActionBase? DeleteRowAction { get; set; }
Property Value
EditColumnAction
public ActionBase? EditColumnAction { get; set; }
Property Value
EditPageAction
public ActionBase? EditPageAction { get; set; }
Property Value
EditRowAction
public ActionBase? EditRowAction { get; set; }
Property Value
EditRowPermissionsAction
public ActionBase? EditRowPermissionsAction { get; set; }
Property Value
InsertColumnAction
public ActionBase? InsertColumnAction { get; set; }
Property Value
InsertRowAction
public ActionBase? InsertRowAction { get; set; }
Property Value
IsAdministrator
public bool IsAdministrator { get; set; }
Property Value
LinkContentAction
public ActionBase? LinkContentAction { get; set; }
Property Value
PageId
public int PageId { get; set; }
Property Value
SaveColumnAsTemplateAction
public ActionBase? SaveColumnAsTemplateAction { get; set; }
Property Value
SaveColumnsOrderAction
public ActionBase? SaveColumnsOrderAction { get; set; }
Property Value
SaveRowAsTemplateAction
public ActionBase? SaveRowAsTemplateAction { get; set; }
Property Value
SaveRowsOrderAction
public ActionBase? SaveRowsOrderAction { get; set; }
Property Value
Status
public UiComponentBase? Status { get; set; }
Property Value
Translations
public Dictionary<string, string> Translations { get; set; }
Property Value
UnlinkColumnAction
public ActionBase? UnlinkColumnAction { get; set; }
Property Value
UnlinkContentAction
public ActionBase? UnlinkContentAction { get; set; }