[Missing namespace summary documentation for N:Castle.MonoRail.Framework.Helpers.ValidationStrategy]
Syntax
| C# |
|---|
namespace Castle.MonoRail.Framework.Helpers.ValidationStrategy |
Classes
| Class | Description | |
|---|---|---|
| FValidateWebValidator |
Implementation of a browser validator that uses the fValidate
javascript library.
| |
| FValidateWebValidator..::FValidateConfiguration |
Supported configuration for fValidate.
| |
| FValidateWebValidator..::FValidateGenerator |
Generator for fValidate validation.
| |
| PrototypeWebValidator |
Implements support for really easy field validation
http://tetlaw.id.au/view/javascript/really-easy-field-validation
| |
| PrototypeWebValidator..::PrototypeValidationConfiguration |
Configuration for the Prototype Field Validation
| |
| PrototypeWebValidator..::PrototypeValidationGenerator |
Generator for prototype field validation
| |
| ZebdaValidationConfiguration |
Configuration for the Zebda validation
| |
| ZebdaWebValidationGenerator |
The generator for the Zebda JS validator
| |
| ZebdaWebValidator |
Provides an interface for the Zebda client side JS validator
http://labs.cavorite.com/zebda
|
Interfaces
| Interface | Description | |
|---|---|---|
| IBrowserValidatorProvider |
Abstracts the approach to create javascript
validation for forms.
|