Table of Contents

Class TextAreaComponent

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a multi line input form component.

[ComponentAttribute(typeof(TextAreaComponentAttribute))]
public sealed class TextAreaComponent : FormComponent<TextAreaProperties, TextAreaClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
TextAreaComponent
Implements
Inherited Members
Extension Methods

Constructors

TextAreaComponent(ILocalizationService)

Creates a new instance of TextAreaComponent.

public TextAreaComponent(ILocalizationService localizationService)

Parameters

localizationService ILocalizationService

Fields

IDENTIFIER

Represents the TextAreaComponent identifier.

public const string IDENTIFIER = "Kentico.Administration.TextArea"

Field Value

string

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public override string ClientComponentName { get; }

Property Value

string

Methods

ConfigureClientProperties(TextAreaClientProperties)

Configures the form component client properties.

protected override Task ConfigureClientProperties(TextAreaClientProperties clientProperties)

Parameters

clientProperties TextAreaClientProperties

The current instance of the form component client properties.

Returns

Task

Remarks

Override this method in order to configure form component client properties.