Class TextareaEditorDescriptor
Editor descriptor that will create a an textarea that changes size depending on the content.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 9.12.2Syntax
[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. |