Hevea documentation

TextField.FieldType Enumeration

Type of field.

public enum TextField.FieldType

Members

Member Name Description
Undefined Text field type is undefined (default).
Integer The text field only allows integer entries.
Real The text field only allows real numeric entries.
Date The text field only allows date entry (not implemented).
Time The text field only allows time entry (not implemented).
Hidden The text field is hidden.
Password The text field value is not shown.

Requirements

Namespace: Hevea.Core.Http.Html.UI

Assembly: Hevea.Core (in Hevea.Core.dll)

See Also

Hevea.Core.Http.Html.UI Namespace