|
ColorField
|
Provides a colour picker / field |
EMPTY
|
|
ColourField
|
Provides a class for those of us not using en_US |
EMPTY
|
|
ColourInputTest
|
ColourField input test |
EMPTY
|
|
DateField
|
Provides a date field |
EMPTY
|
|
DatetimeField
|
Provides a datetime field, which is basically the same as a DateField but with hour and minute selection |
EMPTY
|
|
EmailField
|
Text input field with validation for correct email format according to RFC 2822. |
EMPTY
|
|
MonthField
|
Provides a month field, which is basically the same as a DateField but with month and year selection |
EMPTY
|
|
NumberField
|
Numeric input field |
EMPTY
|
|
RangeField
|
Range input field |
EMPTY
|
|
SearchField
|
Search input field |
EMPTY
|
|
TelField
|
From <input> elements of type tel are used to let the user enter and edit a telephone number. |
EMPTY
|
|
TimeField
|
Provides a time field, limited to hour and minute selection only |
EMPTY
|
|
URLFieldTest
|
URLField input test |
EMPTY
|
|
UrlField
|
Provides a URL input field |
EMPTY
|
|
WeekField
|
Provides a week field MDN: <input> elements of type week create input fields allowing easy entry of a year plus the ISO 8601 week number during that year (i.e., week 1 to 52 or 53). |
EMPTY
|