Class XhtmlStringEditorDescriptor
Editor descriptor for XhtmlString properties
Implements
IMetadataExtender
IMetadataHandler
Inherited Members
EditorDescriptor.SetEditorConfiguration(ExtendedMetadata)
EditorDescriptor.SetOverlayConfiguration(ExtendedMetadata)
EditorDescriptor.AllowedTypes
EditorDescriptor.AllowedTypesFormatSuffix
EditorDescriptor.DndSourcePropertyName
EditorDescriptor.DndTargetPropertyName
EditorDescriptor.ClientEditingClass
EditorDescriptor.ClientEditingPackage
EditorDescriptor.LayoutClass
EditorDescriptor.DefaultValue
EditorDescriptor.EditorConfiguration
EditorDescriptor.OverlayConfiguration
EditorDescriptor.SelectionFactoryType
Namespace: AdaptiveImages.Shell
Assembly: AdaptiveImages.dll
Syntax
[EditorDescriptorRegistration(TargetType = typeof(XhtmlString), EditorDescriptorBehavior = EditorDescriptorBehavior.PlaceLast)]
public class XhtmlStringEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler
Methods
ModifyMetadata(ExtendedMetadata, IEnumerable<Attribute>)
Adds allowed drag-and-drop types to allow adaptive images to be dropped in TinyMCE editor
Declaration
public override void ModifyMetadata(ExtendedMetadata metadata, IEnumerable<Attribute> attributes)
Parameters
Type | Name | Description |
---|---|---|
ExtendedMetadata | metadata | |
IEnumerable<Attribute> | attributes |
Overrides
Implements
EPiServer.Shell.ObjectEditing.IMetadataExtender
EPiServer.Shell.ObjectEditing.IMetadataHandler