.. include:: /Includes.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange: ============= [NumberRange] ============= .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange-validationerrorcodes: Validation error codes ====================== - Error code: `1221563685` - Error message: `The given subject was not a valid number.` - Error code: `1221561046` - Error message: `The given subject was not in the valid range (%s - %s).` .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange-properties: Properties ========== .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange.implementationClassName: implementationClassName ----------------------- :aspect:`Option path` prototypes..validatorsDefinition.NumberRange.implementationClassName :aspect:`Data type` string :aspect:`Needed by` Frontend :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 2 NumberRange: implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\NumberRangeValidator :aspect:`Good to know` - :ref:`"Custom validator implementations"` :aspect:`Description` .. include:: ../properties/implementationClassName.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange.options.minimum: options.minimum --------------- :aspect:`Option path` prototypes..validatorsDefinition.NumberRange.options.minimum :aspect:`Data type` int :aspect:`Needed by` Frontend :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` undefined :aspect:`Description` The minimum value to accept. .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange.options.maximum: options.maximum --------------- :aspect:`Option path` prototypes..validatorsDefinition.NumberRange.options.maximum :aspect:`Data type` int :aspect:`Needed by` Frontend :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` undefined :aspect:`Description` The maximum value to accept. .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange.formeditor.iconidentifier: formEditor.iconIdentifier ------------------------- :aspect:`Option path` prototypes..validatorsDefinition.NumberRange.formEditor.iconIdentifier :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 3 NumberRange: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.NumberRange.label .. :aspect:`Good to know` ToDo :aspect:`Description` .. include:: ../properties/iconIdentifier.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange.formeditor.label: formEditor.label ---------------- :aspect:`Option path` prototypes..validatorsDefinition.NumberRange.formEditor.label :aspect:`Data type` string :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` Yes :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 4 NumberRange: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.NumberRange.label :aspect:`Good to know` - :ref:`"Translate form editor settings"` :aspect:`Description` .. include:: ../properties/label.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.numberrange.formeditor.predefineddefaults: formEditor.predefinedDefaults ----------------------------- :aspect:`Option path` prototypes..validatorsDefinition.NumberRange.formEditor.predefinedDefaults :aspect:`Data type` array :aspect:`Needed by` Backend (form editor) :aspect:`Mandatory` No :aspect:`Default value (for prototype 'standard')` .. code-block:: yaml :linenos: :emphasize-lines: 3- NumberRange: formEditor: predefinedDefaults: options: minimum: '' maximum: '' .. :aspect:`Good to know` ToDo :aspect:`Description` .. include:: ../properties/predefinedDefaults.rst.txt