ValidateRunCriteria
Criteria that determines whether to run schema-internal validations and/or external validations when calling FormValidator.validate.
The default criteria is ExternalIfInternalValid.
Entries
Schema-internal validations always run; external validations only run if no errors where found when running the internal validations.
Only the schema-internal validations are run. External validations do not run.
Only the external validations are run. Schema-internal validations do not run.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.