enable grammerly in editor
[roojs1] / docs / symbols / Roo.form.VTypes.json
1 {
2   "name" : "Roo.form.VTypes",
3   "augments" : [],
4   "desc" : "Overridable validation definitions. The validations provided are basic and intended to be easily customizable and extended.",
5   "isSingleton" : true,
6   "isStatic" : false,
7   "isBuiltin" : false,
8   "memberOf" : "VTypes",
9   "example" : "",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [],
14   "returns" : [],
15   "config" : [],
16   "methods" : [
17     {
18       "name" : "email'",
19       "desc" : "The function used to validate email addresses",
20       "isStatic" : false,
21       "isConstructor" : false,
22       "isPrivate" : false,
23       "memberOf" : "Roo.form.VTypes",
24       "example" : "",
25       "deprecated" : "",
26       "since" : "",
27       "see" : "",
28       "params" : [
29         {
30           "name" : "value",
31           "type" : "String",
32           "desc" : "The email address",
33           "isOptional" : false
34         }
35       ],
36       "returns" : []
37     },
38     {
39       "name" : "url'",
40       "desc" : "The function used to validate URLs",
41       "isStatic" : false,
42       "isConstructor" : false,
43       "isPrivate" : false,
44       "memberOf" : "Roo.form.VTypes",
45       "example" : "",
46       "deprecated" : "",
47       "since" : "",
48       "see" : "",
49       "params" : [
50         {
51           "name" : "value",
52           "type" : "String",
53           "desc" : "The URL",
54           "isOptional" : false
55         }
56       ],
57       "returns" : []
58     },
59     {
60       "name" : "alpha'",
61       "desc" : "The function used to validate alpha values",
62       "isStatic" : false,
63       "isConstructor" : false,
64       "isPrivate" : false,
65       "memberOf" : "Roo.form.VTypes",
66       "example" : "",
67       "deprecated" : "",
68       "since" : "",
69       "see" : "",
70       "params" : [
71         {
72           "name" : "value",
73           "type" : "String",
74           "desc" : "The value",
75           "isOptional" : false
76         }
77       ],
78       "returns" : []
79     },
80     {
81       "name" : "alphanum'",
82       "desc" : "The function used to validate alphanumeric values",
83       "isStatic" : false,
84       "isConstructor" : false,
85       "isPrivate" : false,
86       "memberOf" : "Roo.form.VTypes",
87       "example" : "",
88       "deprecated" : "",
89       "since" : "",
90       "see" : "",
91       "params" : [
92         {
93           "name" : "value",
94           "type" : "String",
95           "desc" : "The value",
96           "isOptional" : false
97         }
98       ],
99       "returns" : []
100     }
101   ],
102   "events" : []
103 }