Nucleus .Net Core CMS

TagHelpers.InlineEditorTagHelper.InlineEditModes Interface

Namespace: Nucleus.ViewFeatures.TagHelpers.InlineEditorTagHelper
Assembly: Nucleus.ViewFeatures.dll
Enum used to specify options for the inline editor in the InlineEditMode property.

Fields

Auto Field

Automatically detect which mode to use based on the element type.

SingleLineText Field

The edited element can not contain more than one line and cannot contain any html markup.

MultiLineText Field

The edited element can contain more than one line but cannot contain any html markup.

Html Field

The edited element can contain more than one line and contain HTML markup.