Show / Hide Table of Contents

Class TinyMceAdaptiveImage

Block type intended for adaptive images insert into TinyMCE editor.

Inheritance
object
ContentData
BlockData
TinyMceAdaptiveImage
Implements
IContentData
IInitializableContent
IModifiedTrackable
IReadOnly<BlockData>
IReadOnly
ITinyMceAdaptiveImage
Inherited Members
BlockData.CreateWritableClone()
ContentData.ResetModified()
ContentData.SetDefaultValues(ContentType)
ContentData.MakeReadOnly()
ContentData.CreateWriteableCloneImplementation()
ContentData.ThrowIfReadOnly()
ContentData.GetValue(string)
ContentData.SetValue(string, object)
ContentData.ContentTypeID
ContentData.Property
ContentData.IsModified
ContentData.IsReadOnly
ContentData.this[string]
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
[ContentType(GUID = "084d5e4f-4885-45bf-93de-9c0ea56116a9", AvailableInEditMode = false, GroupName = "AdaptiveImages")]
public class TinyMceAdaptiveImage : BlockData, IContentData, IInitializableContent, IModifiedTrackable, IReadOnly<BlockData>, IReadOnly, ITinyMceAdaptiveImage

Fields

UIHint

UI hint for providing custom rendering of adaptive images in HTML content.

Declaration
public const string UIHint = "TinyMceAdaptiveImage"
Field Value
Type Description
string

Properties

AdaptiveImage

Gets or sets the adaptive image to render.

Declaration
[UIHint("TinyMceAdaptiveImage")]
public virtual AdaptiveImage AdaptiveImage { get; set; }
Property Value
Type Description
AdaptiveImage

Implements

EPiServer.Core.IContentData
EPiServer.Core.IInitializableContent
EPiServer.Core.IModifiedTrackable
EPiServer.Data.Entity.IReadOnly<T>
EPiServer.Data.Entity.IReadOnly
ITinyMceAdaptiveImage

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>>)
ContentExtensions.GetAdaptiveImageProperties(ContentData)
ContentExtensions.GetSingleImageProperties(ContentData)
ImageExtensions.GetSizeConstraint(IContentData, string)
ImageExtensions.GetSizeConstraint(IContentData, string, FormFactor)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾