constant CLIENTSIDE_VALIDATION_TOP_OF_FORM in Clientside Validation 7
Same name and namespace in other branches
- 6 clientside_validation.module \CLIENTSIDE_VALIDATION_TOP_OF_FORM
- 7.2 clientside_validation.module \CLIENTSIDE_VALIDATION_TOP_OF_FORM
3 uses of CLIENTSIDE_VALIDATION_TOP_OF_FORM
- clientside_validation_settings_form in ./
clientside_validation.admin.inc - clientside_validation_settings_load in ./
clientside_validation.module - clientside_validation_update_7101 in ./
clientside_validation.install - The settings for Clientside Validation were restructured and put into a separate table, This update will create this table.
File
- ./
clientside_validation.module, line 14 - Add client side validation to forms.
Code
define('CLIENTSIDE_VALIDATION_TOP_OF_FORM', 1);