22 theme calls to theme_clientside_error() in Clientside Validation 6
- _clientside_validation_set_blacklist in ./
clientside_validation.module - Set validation rule for fields that can not consist of one or more specific values
- _clientside_validation_set_checkboxgroup_minmax in ./
clientside_validation.module - Set validation rule for checkboxes.
- _clientside_validation_set_dategroup_required in ./
clientside_validation.module - Set validation rule for dates
- _clientside_validation_set_ean in ./
clientside_validation.module - Set validation rule for ean number fields.
- _clientside_validation_set_email in ./
clientside_validation.module - Set validation rule for email fields.
- _clientside_validation_set_equal in ./
clientside_validation.module - Set validation rule for required fields that must equal a value from an other field.
- _clientside_validation_set_extensions in ./
clientside_validation.module - Set validation rule for file fields that must have a certain extension.
- _clientside_validation_set_minmax in ./
clientside_validation.module - Set validation rule for fields with a minimum and/or a maximum value.
- _clientside_validation_set_minmaxlength in ./
clientside_validation.module - Set validation rule for fields with a minimum and/or maximum length.
- _clientside_validation_set_minmax_date in ./
clientside_validation.module - _clientside_validation_set_minmax_words in ./
clientside_validation.module - Set validation rule for fields with a minimum and/or maximum amount of words.
- _clientside_validation_set_not_equal in ./
clientside_validation.module - Set validation rule for fields that can not be equal to a value from an other field.
- _clientside_validation_set_number in ./
clientside_validation.module - Set validation rule for number fields.
- _clientside_validation_set_number_decimal in ./
clientside_validation.module - Set validation rule for decimal fields.
- _clientside_validation_set_plain_text in ./
clientside_validation.module - Set validation rule for plain text fields
- _clientside_validation_set_regex in ./
clientside_validation.module - Set validation rule for fields with regex validation from webform_validation
- _clientside_validation_set_regex_pcre in ./
clientside_validation.module - Set validation rule for fields with regex validation from webform_validation
- _clientside_validation_set_required in ./
clientside_validation.module - Set validation rule for required fields.
- _clientside_validation_set_require_oneof in ./
clientside_validation.module - Set validation rule for "require at least one of several".
- _clientside_validation_set_specific_value in ./
clientside_validation.module - Set validation rule for fields that must be equal to a specific value.
- _clientside_validation_set_specific_values in ./
clientside_validation.module - Set validation rule for fields that consist of one or more of specific values (e.g. string with only a, b and c in it).
- _clientside_validation_set_url in ./
clientside_validation.module - Set validation rule for url fields.