2017 © Pedro Peláez
 

symfony-bundle js-form-validator-bundle

Symfony WSJsFormValidatorBundle

image

wedgesama/js-form-validator-bundle

Symfony WSJsFormValidatorBundle

  • Wednesday, March 5, 2014
  • by WedgeSama
  • Repository
  • 2 Watchers
  • 0 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WSJsFormValidatorBundle

A client side validator for Symfony2 using jQuery framework. This bundle use Symfony validations rules set on forms and entities to generate a client-side validation., (*1)

Documentation

The documentation is stored in the Resources/doc, (*2)

Main

Usages

List of constraints

Basic
  • NotBlank
  • Blank
  • NotNull
  • Null
  • True
  • False
  • Type (only: numeric, null, string) in progress...
String
  • Email
  • Length
  • Url (do not support ipv6 yet)
Collection
  • Choice

License

This bundle is under the MIT license. See the complete license in the bundle:, (*3)

Resources/meta/LICENSE

TODO

  • Handle select and textarea type. (Currently, just input type works)
  • Explain how to use custom constraint. (Already handle, just no doc :))
  • Add missing Symfony constraints.
  • Find a better solution to identify a FormError to a field/form.
  • Currently not working when using error_mapping and error_bubbling.

The Versions

05/03 2014

dev-master

9999999-dev https://github.com/WedgeSama/WSJsFormValidatorBundle

Symfony WSJsFormValidatorBundle

  Sources   Download

MIT

The Requires

 

form validation form extra client side validation javascript validation for symfony