OptionalcompareCompares the field with another field specified by its ID.
OptionaldateIndicates if the field should be validated as a date.
OptionaldigitsIndicates if the field should be validated as digits.
OptionaldisallowedDisallowed days of the week for the field.
OptionalemailIndicates if the field should be validated as an email.
OptionalerrorJQuery selector of the element to add the error after.
OptionalmaxMaximum date validation for the field.
OptionalmaxMaximum length validation for the field.
OptionalmaxMaximum value validation for the field.
OptionalminMinimum date validation for the field.
OptionalminMinimum digits length validation for the field.
OptionalminMinimum length validation for the field.
OptionalmoneyIndicates if the field should be validated as a monetary value.
OptionalnumberIndicates if the field should be validated as a number.
OptionalpositiveIndicates if the field should be validated as a positive number.
OptionalrequiredIndicates if the field is required.
OptionalvalidateIndicates if the field should be validated even if it is hidden.
Interface representing various validation rules for a field.