Show / Hide Table of Contents

Class TinyMceAddonSettings

Used to manage configuration when enabling adaptive images in TinyMCE editors

Inheritance
object
TinyMceAddonSettings
Implements
ITinyMceAddonSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
public class TinyMceAddonSettings : ITinyMceAddonSettings

Fields

PluginName

Gets or sets the name of the plugin for enabling adaptive images in TinyMCE

Declaration
public static string PluginName
Field Value
Type Description
string

Properties

BlockContentTypeId

Gets or sets the block type to use for adaptive images embedded in TinyMCE instead of the default one

Declaration
public int? BlockContentTypeId { get; set; }
Property Value
Type Description
int?

ImageConversionBehavior

Gets or sets how the plugin should behave when a standard Episerver image is inserted into a TinyMCE

Declaration
public ImageConversionBehavior ImageConversionBehavior { get; set; }
Property Value
Type Description
ImageConversionBehavior
Remarks

Assumes the adaptive images TinyMCE plugin has been added to the editor instance

Implements

ITinyMceAddonSettings

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetImageConstraints<TParent>(TParent, string)
ImageExtensions.GetImageConstraints<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetSizeConstraint<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾