Show / Hide Table of Contents

Interface ITinyMceAddonSettings

Configuration settings for TinyMCE integration

Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
public interface ITinyMceAddonSettings

Properties

BlockContentTypeId

Gets or sets the content type ID of the wrapper block to use when inserting an image into a TinyMCE editor

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

ImageConversionBehavior

Gets or sets the behavior when an image is dragged-and-dropped to a TinyMCE editor for which the Adaptive Images plugin has been enabled

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

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
☀
☾