InputElementType enumeration

InputElementType enumeration

Represent states of the input field.

The InputElementType type exposes the following members:

Fields

FieldDescription
HIDDENA control that is not displayed.
TEXTA control that is a text-field.
SEARCHA control that is used for entering search strings.
TELEPHONEA control for entering a telephone number.
URLA field for entering a URL.
EMAILA field for entering an email.
PASSWORDA field for entering a password.
DATEA field for entering a date.
MONTHA field for entering a month.
WEEKA field for entering a week.
TIMEA field for entering a time.
LOCAL_DATE_TIMEA field for entering a local datetime.
NUMBERA field for entering a number.
RANGEA field for entering a number inside the range.
COLORA field for entering a color.
CHECKBOXA field for entering a checkbox.
RADIOA field that allowing a single value to select.
FILEA field that allows to select and attach user files.
SUBMITA button for submitting the form result.
IMAGEA graphical button for submitting the form result.
RESETA button for resetting the form data.
BUTTONA push button.

See Also