Table of Contents

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

ActionBase

DeleteColumnAction

public ActionBase? DeleteColumnAction { get; set; }

Property Value

ActionBase

DeleteRowAction

public ActionBase? DeleteRowAction { get; set; }

Property Value

ActionBase

EditColumnAction

public ActionBase? EditColumnAction { get; set; }

Property Value

ActionBase

EditPageAction

public ActionBase? EditPageAction { get; set; }

Property Value

ActionBase

EditRowAction

public ActionBase? EditRowAction { get; set; }

Property Value

ActionBase

EditRowPermissionsAction

public ActionBase? EditRowPermissionsAction { get; set; }

Property Value

ActionBase

InsertColumnAction

public ActionBase? InsertColumnAction { get; set; }

Property Value

ActionBase

InsertRowAction

public ActionBase? InsertRowAction { get; set; }

Property Value

ActionBase

IsAdministrator

public bool IsAdministrator { get; set; }

Property Value

bool

LinkContentAction

public ActionBase? LinkContentAction { get; set; }

Property Value

ActionBase

PageId

public int PageId { get; set; }

Property Value

int

SaveColumnAsTemplateAction

public ActionBase? SaveColumnAsTemplateAction { get; set; }

Property Value

ActionBase

SaveColumnsOrderAction

public ActionBase? SaveColumnsOrderAction { get; set; }

Property Value

ActionBase

SaveRowAsTemplateAction

public ActionBase? SaveRowAsTemplateAction { get; set; }

Property Value

ActionBase

SaveRowsOrderAction

public ActionBase? SaveRowsOrderAction { get; set; }

Property Value

ActionBase

Status

public UiComponentBase? Status { get; set; }

Property Value

UiComponentBase

Translations

public Dictionary<string, string> Translations { get; set; }

Property Value

Dictionary<string, string>

UnlinkColumnAction

public ActionBase? UnlinkColumnAction { get; set; }

Property Value

ActionBase

UnlinkContentAction

public ActionBase? UnlinkContentAction { get; set; }

Property Value

ActionBase
To top