C# Syntax
public interface IEditFieldCommon : IEditBase
Name | Description | |
---|---|---|
![]() | DefaultValue | The default value in the edit field. |
![]() | IsReadOnly | Indicates whether this field is read-only. (Inherited from HP.LFT.SDK.Web.IEditBase) |
![]() | IsRequired | Indicates whether this field is mandatory. (Inherited from HP.LFT.SDK.Web.IEditBase) |
![]() | MaxCharsInLine | The maximum number of characters allowed per line in this edit field. (Inherited from HP.LFT.SDK.Web.IEditBase) |
![]() | MaxLength | The max number of characters that can be entered in the input field. |
![]() | Pattern | The input pattern, for example, a phone number. |
![]() | Placeholder | The hint text that is displayed in the edit box until a value is entered into it. (Inherited from HP.LFT.SDK.Web.IEditBase) |
![]() | RowsCount | The number of rows. |
![]() | Type | The type of object as defined in the HTML input tag. |
![]() | Value | The current text in this field. (Inherited from HP.LFT.SDK.Web.IEditBase) |
Name | Description | |
---|---|---|
![]() | SetValue | Sets the text inside the edit box. (Inherited from HP.LFT.SDK.Web.IEditBase) |