Class TextAreaComponent
Represents a multi line input form component.
[ComponentAttribute(typeof(TextAreaComponentAttribute))]
public sealed class TextAreaComponent : FormComponent<TextAreaProperties, TextAreaClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectTextAreaComponent
- 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
TextAreaClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.