X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.data.validations.html diff --git a/docs/api/Ext.data.validations.html b/docs/api/Ext.data.validations.html new file mode 100644 index 00000000..7cb6deb6 --- /dev/null +++ b/docs/api/Ext.data.validations.html @@ -0,0 +1,86 @@ +
This singleton contains a set of validation functions that can be used to validate any type +of data. They are most often used in Models, where they are automatically +set up and executed.
+ +The default error message used when an exclusion validation fails
+The default error message used when an exclusion validation fails
+The default error message used when a format validation fails
+The default error message used when a format validation fails
+The default error message used when an inclusion validation fails
+The default error message used when an inclusion validation fails
+The default error message used when a length validation fails
+The default error message used when a length validation fails
+Returns true if the given value passes validation against the configured matcher regex
+Returns true if the given value passes validation against the configured matcher regex
+Optional config object
+The value to validate
+True if the value passes the format validation
+Returns true if the given value is between the configured min and max values
+Returns true if the given value is between the configured min and max values
+Optional config object
+The value to validate
+True if the value passes validation
+