SaaS CMS has officially launched! Learn more now.

Struct TinyMCEPlugIns

Contains constant strings for built in Tiny MCE non-visual tools in the EPiServer user interface.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public struct TinyMCEPlugIns

Fields

AdvancedImage

The advanced image plug-in.

Declaration
public const string AdvancedImage = "advimage"
Field Value
Type Description
System.String

AdvancedList

The advanced list plug-in.

Declaration
public const string AdvancedList = "advlist"
Field Value
Type Description
System.String

Fullscreen

The fullscreen plug-in.

Declaration
public const string Fullscreen = "fullscreen"
Field Value
Type Description
System.String

Layer

The layer plug-in.

Declaration
public const string Layer = "layer"
Field Value
Type Description
System.String

Media

The media plug-in.

Declaration
public const string Media = "media"
Field Value
Type Description
System.String

NonBreaking

The non breaking plug-in.

Declaration
public const string NonBreaking = "nonbreaking"
Field Value
Type Description
System.String

Paste

The paste plug-in.

Declaration
public const string Paste = "paste"
Field Value
Type Description
System.String

RightToLeftSupport

The right to left support plug-in.

Declaration
public const string RightToLeftSupport = "rtlSupport"
Field Value
Type Description
System.String

SearchAndReplace

The search and replace plug-in.

Declaration
public const string SearchAndReplace = "searchreplace"
Field Value
Type Description
System.String

Style

The style plug-in.

Declaration
public const string Style = "style"
Field Value
Type Description
System.String

Table

The table plug-in.

Declaration
public const string Table = "table"
Field Value
Type Description
System.String

WordCount

The word count plug-in.

Declaration
public const string WordCount = "wordcount"
Field Value
Type Description
System.String

XhtmlExtras

The XHTML extras plug-in.

Declaration
public const string XhtmlExtras = "xhtmlxtras"
Field Value
Type Description
System.String

Extension Methods