Table of Contents

Class JJTextArea

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll
public class JJTextArea : ControlBase, IFloatingLabelControl
Inheritance
JJTextArea
Implements
Inherited Members

Constructors

JJTextArea(IFormValues, IStringLocalizer<MasterDataResources>)

public JJTextArea(IFormValues formValues, IStringLocalizer<MasterDataResources> stringLocalizer)

Parameters

formValues IFormValues
stringLocalizer IStringLocalizer<MasterDataResources>

Properties

FloatingLabel

public string FloatingLabel { get; set; }

Property Value

string

Rows

public int Rows { get; set; }

Property Value

int

UseFloatingLabel

public bool UseFloatingLabel { get; set; }

Property Value

bool

Methods

BuildResultAsync()

protected override ValueTask<ComponentResult> BuildResultAsync()

Returns

ValueTask<ComponentResult>

GetHtmlBuilder()

public HtmlBuilder GetHtmlBuilder()

Returns

HtmlBuilder