.. include:: /Includes.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.emailaddress: ============== [EmailAddress] ============== .. _prototypes.prototypeIdentifier.validatorsdefinition.emailaddress-validationerrorcodes: Validation error codes ====================== - Error code: `1221559976` - Error message: `The given subject was not a valid email address.` .. _prototypes.prototypeIdentifier.validatorsdefinition.emailaddress-properties: Properties ========== .. _prototypes.prototypeIdentifier.validatorsdefinition.emailaddress.implementationClassName: implementationClassName ----------------------- :aspect:`Option path` prototypes..validatorsDefinition.EmailAddress.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 EmailAddress: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.EmailAddress.label :aspect:`Good to know` - :ref:`"Custom validator implementations"` :aspect:`Description` .. include:: ../properties/implementationClassName.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.emailaddress.formeditor.iconidentifier: formEditor.iconIdentifier ------------------------- :aspect:`Option path` prototypes..validatorsDefinition.EmailAddress.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 EmailAddress: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.EmailAddress.label .. :aspect:`Good to know` ToDo :aspect:`Description` .. include:: ../properties/iconIdentifier.rst.txt .. _prototypes.prototypeIdentifier.validatorsdefinition.emailaddress.formeditor.label: formEditor.label ---------------- :aspect:`Option path` prototypes..validatorsDefinition.EmailAddress.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 EmailAddress: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.EmailAddress.label :aspect:`Good to know` - :ref:`"Translate form editor settings"` :aspect:`Description` .. include:: ../properties/label.rst.txt