Attention
TYPO3 v9 has reached its end-of-life September 30th, 2021 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.
type = 'input'¶
type='input' generates an <input>
field, possibly with additional features applied. There are a number of
variants to this type and it is used in various different ways, for instance with some additional wizards
or modals. Keep an eye on the different available renderTypes.
In the database, this field is typically set to a VARCHAR
or CHAR
field with appropriate length.
The following renderTypes are available:
default: Can be a simple input field, a field with a value picker of predefined items or a value slider.
colorpicker: An input field with a JavaScript color picker.
inputDateTime: Renders an input field with date or time pickers.
inputLink: An input field used to handle links and mail addresses in the backend.
rsaInput: If extension
rsaauth
is loaded, this renderType overrides the TCA configuration of tablebe_users
andfe_users
and adds itself as renderType for thepassword
fields.