Inputs
Interfaces, Classes and Traits
- InputButton
- This is the InputButton class. This class represents a form input of type 'button'.
- InputCheckbox
- This is the InputCheckbox class. This class represents a form input of type 'checkbox'.
- InputColor
- This is the InputColor class. This class represents a form input of type 'color'.
- InputDate
- This is the InputDate class. This class represents a form input of type 'date'.
- InputDatetimeLocal
- This is the InputDatetimeLocal class. This class represents a form input of type 'datetime-local'.
- InputEmail
- This is the InputEmail class. This class represents a form input of type 'email'.
- InputFile
- This is the InputFile class. This class represents a form input of type 'file'.
- InputHidden
- This is the InputHidden class. This class represents a form input of type 'hidden'.
- InputImage
- This is the InputImage class. This class represents a form input of type 'image'.
- InputMonth
- This is the InputMonth class. This class represents a form input of type 'month'.
- InputNumber
- This is the InputNumber class. This class represents a form input of type 'number'.
- InputPassword
- This is the InputPassword class. This class represents a form input of type 'password'.
- InputRadio
- This is the InputRadio class. This class represents a form input of type 'radio'.
- InputRange
- This is the InputRange class. This class represents a form input of type 'range'.
- InputReset
- This is the InputReset class. This class represents a form input of type 'reset'.
- InputSearch
- This is the InputSearch class. This class represents a form input of type 'search'.
- InputSubmit
- This is the InputSubmit class. This class represents a form input of type 'submit'.
- InputTel
- This is the InputTel class. This class represents a form input of type 'tel'.
- InputText
- This is the InputText class. This class represents a form input of type 'text'.
- InputTime
- This is the InputTime class. This class represents a form input of type 'time'.
- InputUrl
- This is the InputUrl class. This class represents a form input of type 'url'.
- InputWeek
- This is the InputWeek class. This class represents a form input of type 'week'.