Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / 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" : true,
8   "isBuiltin" : false,
9   "config" : [
10   ],
11   "methods" : [
12     {
13       "name" : "email'",
14       "desc" : "The function used to validate email addresses",
15       "isStatic" : false,
16       "isConstructor" : false,
17       "isPrivate" : false,
18       "memberOf" : "Roo.form.VTypes",
19       "example" : "",
20       "deprecated" : "",
21       "since" : "",
22       "see" : "",
23       "params" : [
24         {
25           "name" : "value",
26           "type" : "String",
27           "desc" : "The email address",
28           "isOptional" : false
29         }
30       ],
31       "returns" : [
32       ]
33     },
34     {
35       "name" : "url'",
36       "desc" : "The function used to validate URLs",
37       "isStatic" : false,
38       "isConstructor" : false,
39       "isPrivate" : false,
40       "memberOf" : "Roo.form.VTypes",
41       "example" : "",
42       "deprecated" : "",
43       "since" : "",
44       "see" : "",
45       "params" : [
46         {
47           "name" : "value",
48           "type" : "String",
49           "desc" : "The URL",
50           "isOptional" : false
51         }
52       ],
53       "returns" : [
54       ]
55     },
56     {
57       "name" : "alpha'",
58       "desc" : "The function used to validate alpha values",
59       "isStatic" : false,
60       "isConstructor" : false,
61       "isPrivate" : false,
62       "memberOf" : "Roo.form.VTypes",
63       "example" : "",
64       "deprecated" : "",
65       "since" : "",
66       "see" : "",
67       "params" : [
68         {
69           "name" : "value",
70           "type" : "String",
71           "desc" : "The value",
72           "isOptional" : false
73         }
74       ],
75       "returns" : [
76       ]
77     },
78     {
79       "name" : "alphanum'",
80       "desc" : "The function used to validate alphanumeric values",
81       "isStatic" : false,
82       "isConstructor" : false,
83       "isPrivate" : false,
84       "memberOf" : "Roo.form.VTypes",
85       "example" : "",
86       "deprecated" : "",
87       "since" : "",
88       "see" : "",
89       "params" : [
90         {
91           "name" : "value",
92           "type" : "String",
93           "desc" : "The value",
94           "isOptional" : false
95         }
96       ],
97       "returns" : [
98       ]
99     }
100   ],
101   "events" : [
102   ]
103 }