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