Try our conversational search powered by Generative AI!

Class DefaultValues

Contains the values used when configuring the default TinyMceSettings.

Inheritance
System.Object
DefaultValues
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.TinyMce.Core
Assembly: EPiServer.Cms.TinyMce.dll
Version: 2.13.4
Syntax
public static class DefaultValues

Fields

EpiserverPlugins

The Episerver plugins used by the plugins setting.

Declaration
public const string EpiserverPlugins = "epi-block-tools epi-link epi-image-editor epi-dnd-processor epi-personalized-content"
Field Value
Type Description
System.String

Height

The height setting.

Declaration
public const int Height = 300
Field Value
Type Description
System.Int32

ImageTools

The image tools.

Declaration
public const string ImageTools = "epi-gotomedia"
Field Value
Type Description
System.String

TinyMcePlugins

The TinyMCE plugins used by the plugins setting.

Declaration
public const string TinyMcePlugins = "help image fullscreen lists searchreplace anchor"
Field Value
Type Description
System.String

Toolbar

The toolbar setting.

Declaration
public const string Toolbar = "formatselect | bold italic | epi-link anchor image epi-image-editor epi-personalized-content | bullist numlist outdent indent | searchreplace fullscreen | help"
Field Value
Type Description
System.String

Width

The width setting.

Declaration
public const int Width = 585
Field Value
Type Description
System.Int32