Table of Contents

Interface IEditFieldCommon

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

Properties and methods for Web edit field types (edit, number, and range).

public interface IEditFieldCommon : IEditBase, IEnabledProvider
Inherited Members
Extension Methods

Properties

DefaultValue

The default value in the edit field.

string DefaultValue { get; }

Property Value

string

MaxLength

The max number of characters that can be entered in the input field.

int MaxLength { get; }

Property Value

int

Pattern

The input pattern, for example, a phone number.

string Pattern { get; }

Property Value

string

RowsCount

The number of rows.

uint RowsCount { get; }

Property Value

uint

Remarks

Possible values: 0 for single line or the number of rows for multiple lines

Type

The type of object as defined in the HTML input tag.

string Type { get; }

Property Value

string