SaaS CMS has officially launched! Learn more now.

Class TextareaEditorDescriptor

Editor descriptor that will create a an textarea that changes size depending on the content.

Inheritance
System.Object
TextareaEditorDescriptor
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
[EditorDescriptorRegistration(TargetType = typeof(string), UIHint = "textarea")]
public class TextareaEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

TextareaEditorDescriptor()

Initializes a new instance of the TextareaEditorDescriptor class.

Declaration
public TextareaEditorDescriptor()

Properties

Style

Gets or sets the style settings for the textarea.

Declaration
public string Style { get; set; }
Property Value
Type Description
System.String

The style.

Methods

SetEditorConfiguration(ExtendedMetadata)

Sets the initial configuration for the widget.

Declaration
protected override void SetEditorConfiguration(ExtendedMetadata metadata)
Parameters
Type Name Description
ExtendedMetadata metadata

The metadata.

Overrides

Implements

Extension Methods