lxberlin / netefx-validator
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no jav
Installs: 8 671
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 5
Open Issues: 5
Type:silverstripe-module
Requires
- silverstripe/cms: >=2.4
- silverstripe/framework: >=2.4
This package is not auto-updated.
Last update: 2024-11-23 14:59:02 UTC
README
(Master branch is for Silverstripe2.4)
this module gives you a bunch of validation rules for any kind of form validation.
Maintainers
- lx-berlin
- zauberfisch
TODO
- NetefxValidatorRuleGREATER and some other rules have a couple of lines in common to check the input, that should be moved into 1 function
Documentation
- every Rule class includes at least one example or points you to a similar class with examples
- http://www.netefx.de/Silverstripe-NetefxValidator.php