0

I'm developing with extjs 3.4 and I'd like to know if exists a pluging or library that I can used to validate models

yeraycaballero
  • 1,603
  • 3
  • 19
  • 29
  • 1
    [Stack Overflow is not a Recommendation Engine.](http://meta.stackexchange.com/a/128562/133242) – Matt Ball May 16 '12 at 16:16
  • Sorry Matt, I've been googling and I've seen nothing related. I know that, there'll be more people interested in knowing the answer to this question. – yeraycaballero May 16 '12 at 16:29

2 Answers2

3

I agree with the above no built-in framework for modal validation

Try for writing custom validation ExtJS Model Validations: Dates (How to)

and check this also http://www.sencha.com/forum/showthread.php?125545-EXTJS-4.0-Model-and-remote-validation

Community
  • 1
  • 1
Rency
  • 404
  • 1
  • 7
  • 16
1

No. There is no built-in framework for validation. In ExtJs 4.0 there are some pieces - like validation in model, validation in forms but they are not related and disconnected.

If you need something more complete than that - you need to write it.

sha
  • 17,824
  • 5
  • 63
  • 98