Enum ImageConversionBehavior
Used to specify plugin behavior when a CMS image is inserted into an Adaptive Images-enabled TinyMCE editor
Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
public enum ImageConversionBehavior
Fields
Name | Description |
---|---|
AlwaysConvert | Convert without asking |
Ask | Dialog asking user whether to convert the dropped image |
NeverConvert | Always skip conversion |