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
Asked
Active
Viewed 474 times
0
-
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 Answers
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
-
Hi Ren, thank your answer. I guessed that extjs 4 had got something like that. – yeraycaballero May 19 '12 at 08:47
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