[Float]¶
validation error codes¶
- 1221560288
Properties¶
implementationClassName¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Float.implementationClassName
- Data type
- string
- Needed by
- Frontend
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
1 2
Float: implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\FloatValidator
- Good to know
- Description
- Classname which implements the validator.
formeditor.iconIdentifier¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Float.formEditor.iconIdentifier
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
1 2 3 4
Float: formEditor: iconIdentifier: t3-form-icon-validator label: formEditor.elements.TextMixin.editor.validators.Float.label
- Description
- An icon identifier which must be registered through the
\TYPO3\CMS\Core\Imaging\IconRegistry
. This icon will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the validator is selected.
formeditor.label¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Float.formEditor.label
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
1 2 3 4
Float: formEditor: iconIdentifier: t3-form-icon-validator label: formEditor.elements.TextMixin.editor.validators.Float.label
- Good to know
- Description
- This label will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the validator is selected.