cbValidation
Search…
v3.x
Introduction
Intro
Release History
About This Book
Overview
Installation
Configuration
Declaring Constraints
Available Constraints
Validating Constraints
Displaying Errors
WireBox Integration
Advanced
Custom Validators
Unique ORM Validator
i18n Integration
Custom Validation Managers
Powered By
GitBook
WireBox Integration
The module will register several objects into WireBox using the
@cbvalidation
namespace. The validation manager is registered as
[email protected]
, which is the one you can inject and use anywhere you like.
// get reference
property name
=
"validationManager"
inject
=
"
[email protected]
"
;
Remember you have the mixins available to you in your handlers/interceptors/layouts and views
Overview - Previous
Displaying Errors
Next - Advanced
Custom Validators
Last modified
2yr ago
Copy link
Edit on GitHub