-
-
Notifications
You must be signed in to change notification settings - Fork 174
Configuration
albertmoreno edited this page Mar 16, 2015
·
18 revisions
The package works out of box with default settings if you are using Bootstrap
You can personalize some options modifying the config/jsvalidation.php
file
/**
* Default view used to render Javascript validation code
*/
'view' => 'jsvalidation::bootstrap',
/**
* Default JQuery selector find the form to be validated.
* By default, the validations are applied to all forms.
*/
'form_selector' => 'form',