Try our conversational search powered by Generative AI!

Class TinyMceSettingsExtensions

Extension methods for adding or removing settings for specific features.

Inheritance
System.Object
TinyMceSettingsExtensions
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 TinyMceSettingsExtensions

Methods

AddEpiserverSupport(TinyMceSettings)

Adds default Episerver settings for plugins and styles

Declaration
public static TinyMceSettings AddEpiserverSupport(this TinyMceSettings settings)
Parameters
Type Name Description
TinyMceSettings settings

The settings instance.

Returns
Type Description
TinyMceSettings

The same instance of TinyMceSettings modified with the new setting.

DisableImageTools(TinyMceSettings)

Disables the Episerver image tools.

Declaration
public static TinyMceSettings DisableImageTools(this TinyMceSettings settings)
Parameters
Type Name Description
TinyMceSettings settings

The settings instance.

Returns
Type Description
TinyMceSettings

The same instance of TinyMceSettings modified with the new setting.

EnableImageTools(TinyMceSettings)

Enables the Episerver image tools.

Declaration
public static TinyMceSettings EnableImageTools(this TinyMceSettings settings)
Parameters
Type Name Description
TinyMceSettings settings

The settings instance.

Returns
Type Description
TinyMceSettings

The same instance of TinyMceSettings modified with the new setting.