Class Validation
The validation, which can be filled with multiple validators and
finally validate the input.
Defined in: Validation.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
All values, which are already validated (since last execute-call).
|
| Method Attributes | Method Name and Description |
|---|---|
|
add(key, validator_name, options, error_messages)
|
|
|
execute(values)
|
|
Field Detail
validated_values
All values, which are already validated (since last execute-call).
Method Detail
add(key, validator_name, options, error_messages)
- Parameters:
- key
- validator_name
- options
- error_messages
execute(values)
- Parameters:
- values
getValidatedValues()