Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.form.action.Submit.js
1 Ext.data.JsonP.Ext_form_action_Submit({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "boolean",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "Submit.html#Ext-form-action-Submit-cfg-clientValidation",
16         "shortDoc": "Determines whether a Form's fields are validated\nin a final call to isValid prior to submission. ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Submit.js",
19         "private": false,
20         "name": "clientValidation",
21         "owner": "Ext.form.action.Submit",
22         "doc": "<p>Determines whether a Form's fields are validated\nin a final call to <a href=\"#/api/Ext.form.Basic-method-isValid\" rel=\"Ext.form.Basic-method-isValid\" class=\"docClass\">isValid</a> prior to submission.\nPass <tt>false</tt> in the Form's submit options to prevent this. Defaults to true.</p>\n",
23         "linenr": 64,
24         "html_filename": "Submit.html"
25       },
26       {
27         "type": "Function",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "Action.html#Ext-form-action-Action-cfg-failure",
33         "shortDoc": "The function to call when a failure packet was received, or when an\nerror ocurred in the Ajax communication. ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
36         "private": false,
37         "name": "failure",
38         "owner": "Ext.form.action.Action",
39         "doc": "<p>The function to call when a failure packet was received, or when an\nerror ocurred in the Ajax communication.\nThe function is passed the following parameters:<ul class=\"mdetail-params\">\n<li><b>form</b> : Ext.form.Basic<div class=\"sub-desc\">The form that requested the action</div></li>\n<li><b>action</b> : Ext.form.action.Action<div class=\"sub-desc\">The Action class. If an Ajax\nerror ocurred, the failure type will be in <a href=\"#/api/Ext.form.action.Submit-property-failureType\" rel=\"Ext.form.action.Submit-property-failureType\" class=\"docClass\">failureType</a>. The <a href=\"#/api/Ext.form.action.Submit-property-result\" rel=\"Ext.form.action.Submit-property-result\" class=\"docClass\">result</a>\nproperty of this object may be examined to perform custom postprocessing.</div></li>\n</ul></p>\n",
40         "linenr": 68,
41         "html_filename": "Action.html"
42       },
43       {
44         "type": "Ext.form.Basic",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "Action.html#Ext-form-action-Action-cfg-form",
50         "shortDoc": "The BasicForm instance that\nis invoking this Action. ...",
51         "static": false,
52         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
53         "private": false,
54         "name": "form",
55         "owner": "Ext.form.action.Action",
56         "doc": "<p>The <a href=\"#/api/Ext.form.Basic\" rel=\"Ext.form.Basic\" class=\"docClass\">BasicForm</a> instance that\nis invoking this Action. Required.</p>\n",
57         "linenr": 18,
58         "html_filename": "Action.html"
59       },
60       {
61         "type": "Object",
62         "deprecated": null,
63         "alias": null,
64         "protected": false,
65         "tagname": "cfg",
66         "href": "Action.html#Ext-form-action-Action-cfg-headers",
67         "shortDoc": "Extra headers to be sent in the AJAX request for submit and load actions. ...",
68         "static": false,
69         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
70         "private": false,
71         "name": "headers",
72         "owner": "Ext.form.action.Action",
73         "doc": "<p>Extra headers to be sent in the AJAX request for submit and load actions. See\nExt.data.Connection.headers.</p>\n\n",
74         "linenr": 47,
75         "html_filename": "Action.html"
76       },
77       {
78         "type": "String",
79         "deprecated": null,
80         "alias": null,
81         "protected": false,
82         "tagname": "cfg",
83         "href": "Action.html#Ext-form-action-Action-cfg-method",
84         "shortDoc": "The HTTP method to use to access the requested URL. ...",
85         "static": false,
86         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
87         "private": false,
88         "name": "method",
89         "owner": "Ext.form.action.Action",
90         "doc": "<p>The HTTP method to use to access the requested URL. Defaults to the\n<a href=\"#/api/Ext.form.Basic-cfg-method\" rel=\"Ext.form.Basic-cfg-method\" class=\"docClass\">BasicForm's method</a>, or 'POST' if not specified.</p>\n",
91         "linenr": 35,
92         "html_filename": "Action.html"
93       },
94       {
95         "type": "Object/String",
96         "deprecated": null,
97         "alias": null,
98         "protected": false,
99         "tagname": "cfg",
100         "href": "Action.html#Ext-form-action-Action-cfg-params",
101         "shortDoc": "Extra parameter values to pass. ...",
102         "static": false,
103         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
104         "private": false,
105         "name": "params",
106         "owner": "Ext.form.action.Action",
107         "doc": "<p>Extra parameter values to pass. These are added to the Form's\n<a href=\"#/api/Ext.form.Basic-cfg-baseParams\" rel=\"Ext.form.Basic-cfg-baseParams\" class=\"docClass\">Ext.form.Basic.baseParams</a> and passed to the specified URL along with the Form's\ninput fields.</p>\n\n\n<p>Parameters are encoded as standard HTTP parameters using <a href=\"#/api/Ext-method-urlEncode\" rel=\"Ext-method-urlEncode\" class=\"docClass\">Ext.Object.toQueryString</a>.</p>\n\n",
108         "linenr": 40,
109         "html_filename": "Action.html"
110       },
111       {
112         "type": "Boolean",
113         "deprecated": null,
114         "alias": null,
115         "protected": false,
116         "tagname": "cfg",
117         "href": "Action.html#Ext-form-action-Action-cfg-reset",
118         "shortDoc": "When set to true, causes the Form to be\nreset on Action success. ...",
119         "static": false,
120         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
121         "private": false,
122         "name": "reset",
123         "owner": "Ext.form.action.Action",
124         "doc": "<p>When set to <tt><b>true</b></tt>, causes the Form to be\n<a href=\"#/api/Ext.form.Basic-method-reset\" rel=\"Ext.form.Basic-method-reset\" class=\"docClass\">reset</a> on Action success. If specified, this happens\nbefore the <a href=\"#/api/Ext.form.action.Submit-cfg-success\" rel=\"Ext.form.action.Submit-cfg-success\" class=\"docClass\">success</a> callback is called and before the Form's\n<a href=\"#/api/Ext.form.Basic-event-actioncomplete\" rel=\"Ext.form.Basic-event-actioncomplete\" class=\"docClass\">actioncomplete</a> event fires.</p>\n",
125         "linenr": 28,
126         "html_filename": "Action.html"
127       },
128       {
129         "type": "Object",
130         "deprecated": null,
131         "alias": null,
132         "protected": false,
133         "tagname": "cfg",
134         "href": "Action.html#Ext-form-action-Action-cfg-scope",
135         "shortDoc": "The scope in which to call the configured success and failure\ncallback functions (the this reference for the callback...",
136         "static": false,
137         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
138         "private": false,
139         "name": "scope",
140         "owner": "Ext.form.action.Action",
141         "doc": "<p>The scope in which to call the configured <tt>success</tt> and <tt>failure</tt>\ncallback functions (the <tt>this</tt> reference for the callback functions).</p>\n",
142         "linenr": 79,
143         "html_filename": "Action.html"
144       },
145       {
146         "type": "Boolean",
147         "deprecated": null,
148         "alias": null,
149         "protected": false,
150         "tagname": "cfg",
151         "href": "Action.html#Ext-form-action-Action-cfg-submitEmptyText",
152         "shortDoc": "If set to true, the emptyText value will be sent with the form\nwhen it is submitted. ...",
153         "static": false,
154         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
155         "private": false,
156         "name": "submitEmptyText",
157         "owner": "Ext.form.action.Action",
158         "doc": "<p>If set to <tt>true</tt>, the emptyText value will be sent with the form\nwhen it is submitted. Defaults to <tt>true</tt>.</p>\n",
159         "linenr": 94,
160         "html_filename": "Action.html"
161       },
162       {
163         "type": "Function",
164         "deprecated": null,
165         "alias": null,
166         "protected": false,
167         "tagname": "cfg",
168         "href": "Action.html#Ext-form-action-Action-cfg-success",
169         "shortDoc": "The function to call when a valid success return packet is received. ...",
170         "static": false,
171         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
172         "private": false,
173         "name": "success",
174         "owner": "Ext.form.action.Action",
175         "doc": "<p>The function to call when a valid success return packet is received.\nThe function is passed the following parameters:<ul class=\"mdetail-params\">\n<li><b>form</b> : Ext.form.Basic<div class=\"sub-desc\">The form that requested the action</div></li>\n<li><b>action</b> : Ext.form.action.Action<div class=\"sub-desc\">The Action class. The <a href=\"#/api/Ext.form.action.Submit-property-result\" rel=\"Ext.form.action.Submit-property-result\" class=\"docClass\">result</a>\nproperty of this object may be examined to perform custom postprocessing.</div></li>\n</ul></p>\n",
176         "linenr": 59,
177         "html_filename": "Action.html"
178       },
179       {
180         "type": "Number",
181         "deprecated": null,
182         "alias": null,
183         "protected": false,
184         "tagname": "cfg",
185         "href": "Action.html#Ext-form-action-Action-cfg-timeout",
186         "shortDoc": "The number of seconds to wait for a server response before\nfailing with the failureType as Ext.form.action.Action.CON...",
187         "static": false,
188         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
189         "private": false,
190         "name": "timeout",
191         "owner": "Ext.form.action.Action",
192         "doc": "<p>The number of seconds to wait for a server response before\nfailing with the <a href=\"#/api/Ext.form.action.Submit-property-failureType\" rel=\"Ext.form.action.Submit-property-failureType\" class=\"docClass\">failureType</a> as <a href=\"#/api/Ext.form.action.Action-property-CONNECT_FAILURE\" rel=\"Ext.form.action.Action-property-CONNECT_FAILURE\" class=\"docClass\">Ext.form.action.Action.CONNECT_FAILURE</a>. If not specified,\ndefaults to the configured <tt><a href=\"#/api/Ext.form.Basic-cfg-timeout\" rel=\"Ext.form.Basic-cfg-timeout\" class=\"docClass\">timeout</a></tt> of the\n<a href=\"#/api/Ext.form.action.Submit-cfg-form\" rel=\"Ext.form.action.Submit-cfg-form\" class=\"docClass\">form</a>.</p>\n",
193         "linenr": 52,
194         "html_filename": "Action.html"
195       },
196       {
197         "type": "String",
198         "deprecated": null,
199         "alias": null,
200         "protected": false,
201         "tagname": "cfg",
202         "href": "Action.html#Ext-form-action-Action-cfg-url",
203         "shortDoc": "The URL that the Action is to invoke. ...",
204         "static": false,
205         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
206         "private": false,
207         "name": "url",
208         "owner": "Ext.form.action.Action",
209         "doc": "<p>The URL that the Action is to invoke. Will default to the <a href=\"#/api/Ext.form.Basic-cfg-url\" rel=\"Ext.form.Basic-cfg-url\" class=\"docClass\">url</a>\nconfigured on the <a href=\"#/api/Ext.form.action.Submit-cfg-form\" rel=\"Ext.form.action.Submit-cfg-form\" class=\"docClass\">form</a>.</p>\n",
210         "linenr": 23,
211         "html_filename": "Action.html"
212       },
213       {
214         "type": "String",
215         "deprecated": null,
216         "alias": null,
217         "protected": false,
218         "tagname": "cfg",
219         "href": "Action.html#Ext-form-action-Action-cfg-waitMsg",
220         "static": false,
221         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
222         "private": false,
223         "name": "waitMsg",
224         "owner": "Ext.form.action.Action",
225         "doc": "<p>The message to be displayed by a call to <a href=\"#/api/Ext.window.MessageBox-method-wait\" rel=\"Ext.window.MessageBox-method-wait\" class=\"docClass\">Ext.window.MessageBox.wait</a>\nduring the time the action is being processed.</p>\n",
226         "linenr": 84,
227         "html_filename": "Action.html"
228       },
229       {
230         "type": "String",
231         "deprecated": null,
232         "alias": null,
233         "protected": false,
234         "tagname": "cfg",
235         "href": "Action.html#Ext-form-action-Action-cfg-waitTitle",
236         "static": false,
237         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
238         "private": false,
239         "name": "waitTitle",
240         "owner": "Ext.form.action.Action",
241         "doc": "<p>The title to be displayed by a call to <a href=\"#/api/Ext.window.MessageBox-method-wait\" rel=\"Ext.window.MessageBox-method-wait\" class=\"docClass\">Ext.window.MessageBox.wait</a>\nduring the time the action is being processed.</p>\n",
242         "linenr": 89,
243         "html_filename": "Action.html"
244       }
245     ],
246     "method": [
247       {
248         "deprecated": null,
249         "alias": null,
250         "href": "Action.html#Ext-form-action-Action-method-constructor",
251         "tagname": "method",
252         "protected": false,
253         "shortDoc": "Creates new Action. ...",
254         "static": false,
255         "params": [
256           {
257             "type": "Object",
258             "optional": true,
259             "doc": "<p>(optional) Config object.</p>\n",
260             "name": "config"
261           }
262         ],
263         "private": false,
264         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
265         "doc": "<p>Creates new Action.</p>\n",
266         "owner": "Ext.form.action.Action",
267         "name": "Submit",
268         "html_filename": "Action.html",
269         "return": {
270           "type": "Object",
271           "doc": "\n"
272         },
273         "linenr": 163
274       },
275       {
276         "deprecated": null,
277         "alias": null,
278         "protected": false,
279         "tagname": "method",
280         "href": "Base3.html#Ext-Base-method-addStatics",
281         "shortDoc": "Add / override static properties of this class. ...",
282         "static": true,
283         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
284         "private": false,
285         "params": [
286           {
287             "type": "Object",
288             "optional": false,
289             "doc": "\n",
290             "name": "members"
291           }
292         ],
293         "name": "addStatics",
294         "owner": "Ext.Base",
295         "doc": "<p>Add / override static properties of this class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n</code></pre>\n",
296         "linenr": 388,
297         "return": {
298           "type": "Ext.Base",
299           "doc": "<p>this</p>\n"
300         },
301         "html_filename": "Base3.html"
302       },
303       {
304         "deprecated": null,
305         "alias": null,
306         "protected": false,
307         "tagname": "method",
308         "href": "Base3.html#Ext-Base-method-callOverridden",
309         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
310         "static": false,
311         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
312         "private": false,
313         "params": [
314           {
315             "type": "Array/Arguments",
316             "optional": false,
317             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
318             "name": "args"
319           }
320         ],
321         "name": "callOverridden",
322         "owner": "Ext.Base",
323         "doc": "<p>Call the original method that was previously overridden with <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
324         "linenr": 269,
325         "return": {
326           "type": "Mixed",
327           "doc": "<p>Returns the result after calling the overridden method</p>\n"
328         },
329         "html_filename": "Base3.html"
330       },
331       {
332         "deprecated": null,
333         "alias": null,
334         "protected": true,
335         "tagname": "method",
336         "href": "Base3.html#Ext-Base-method-callParent",
337         "shortDoc": "Call the parent's overridden method. ...",
338         "static": false,
339         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
340         "private": false,
341         "params": [
342           {
343             "type": "Array/Arguments",
344             "optional": false,
345             "doc": "<p>The arguments, either an array or the <code>arguments</code> object\nfrom the current method, for example: <code>this.callParent(arguments)</code></p>\n",
346             "name": "args"
347           }
348         ],
349         "name": "callParent",
350         "owner": "Ext.Base",
351         "doc": "<p>Call the parent's overridden method. For example:</p>\n\n<pre><code>Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n</code></pre>\n",
352         "linenr": 124,
353         "return": {
354           "type": "Mixed",
355           "doc": "<p>Returns the result from the superclass' method</p>\n"
356         },
357         "html_filename": "Base3.html"
358       },
359       {
360         "deprecated": null,
361         "alias": null,
362         "protected": false,
363         "tagname": "method",
364         "href": "Base3.html#Ext-Base-method-create",
365         "shortDoc": "Create a new instance of this Class. ...",
366         "static": true,
367         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
368         "private": false,
369         "params": [
370
371         ],
372         "name": "create",
373         "owner": "Ext.Base",
374         "doc": "<p>Create a new instance of this Class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n</code></pre>\n\n<p>All parameters are passed to the constructor of the class.</p>\n",
375         "linenr": 329,
376         "return": {
377           "type": "Object",
378           "doc": "<p>the created instance.</p>\n"
379         },
380         "html_filename": "Base3.html"
381       },
382       {
383         "deprecated": null,
384         "alias": null,
385         "protected": false,
386         "tagname": "method",
387         "href": "Base3.html#Ext-Base-method-createAlias",
388         "shortDoc": "Create aliases for existing prototype methods. ...",
389         "static": true,
390         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
391         "private": false,
392         "params": [
393           {
394             "type": "String/Object",
395             "optional": false,
396             "doc": "<p>The new method name, or an object to set multiple aliases. See\n<a href=\"#/api/Ext.Function-method-flexSetter\" rel=\"Ext.Function-method-flexSetter\" class=\"docClass\">flexSetter</a></p>\n",
397             "name": "alias"
398           },
399           {
400             "type": "String/Object",
401             "optional": false,
402             "doc": "<p>The original method name</p>\n",
403             "name": "origin"
404           }
405         ],
406         "name": "createAlias",
407         "owner": "Ext.Base",
408         "doc": "<p>Create aliases for existing prototype methods. Example:</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -&gt; test.method1()\n</code></pre>\n",
409         "linenr": 648,
410         "return": {
411           "type": "void",
412           "doc": "\n"
413         },
414         "html_filename": "Base3.html"
415       },
416       {
417         "deprecated": null,
418         "alias": null,
419         "protected": false,
420         "tagname": "method",
421         "href": "Base3.html#Ext-Base-method-getName",
422         "shortDoc": "Get the current class' name in string format. ...",
423         "static": false,
424         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
425         "private": false,
426         "params": [
427
428         ],
429         "name": "getName",
430         "owner": "Ext.Base",
431         "doc": "<p>Get the current class' name in string format.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n</code></pre>\n",
432         "linenr": 631,
433         "return": {
434           "type": "String",
435           "doc": "<p>className</p>\n"
436         },
437         "html_filename": "Base3.html"
438       },
439       {
440         "deprecated": null,
441         "alias": null,
442         "protected": false,
443         "tagname": "method",
444         "href": "Base3.html#Ext-Base-method-implement",
445         "shortDoc": "Add methods / properties to the prototype of this class. ...",
446         "static": true,
447         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
448         "private": false,
449         "params": [
450           {
451             "type": "Object",
452             "optional": false,
453             "doc": "\n",
454             "name": "members"
455           }
456         ],
457         "name": "implement",
458         "owner": "Ext.Base",
459         "doc": "<p>Add methods / properties to the prototype of this class.</p>\n\n<pre><code>Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n</code></pre>\n",
460         "linenr": 415,
461         "return": {
462           "type": "void",
463           "doc": "\n"
464         },
465         "html_filename": "Base3.html"
466       },
467       {
468         "deprecated": null,
469         "alias": null,
470         "protected": true,
471         "tagname": "method",
472         "href": "Base3.html#Ext-Base-method-initConfig",
473         "shortDoc": "Initialize configuration for this class. ...",
474         "static": false,
475         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
476         "private": false,
477         "params": [
478           {
479             "type": "Object",
480             "optional": false,
481             "doc": "\n",
482             "name": "config"
483           }
484         ],
485         "name": "initConfig",
486         "owner": "Ext.Base",
487         "doc": "<p>Initialize configuration for this class. a typical example:</p>\n\n<pre><code>Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n</code></pre>\n",
488         "linenr": 63,
489         "return": {
490           "type": "Object",
491           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
492         },
493         "html_filename": "Base3.html"
494       },
495       {
496         "deprecated": null,
497         "alias": null,
498         "protected": false,
499         "tagname": "method",
500         "href": "Base3.html#Ext-Base-method-override",
501         "shortDoc": "Override prototype members of this class. ...",
502         "static": true,
503         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
504         "private": false,
505         "params": [
506           {
507             "type": "Object",
508             "optional": false,
509             "doc": "\n",
510             "name": "members"
511           }
512         ],
513         "name": "override",
514         "owner": "Ext.Base",
515         "doc": "<p>Override prototype members of this class. Overridden methods can be invoked via\n<a href=\"#/api/Ext.Base-method-callOverridden\" rel=\"Ext.Base-method-callOverridden\" class=\"docClass\">Ext.Base.callOverridden</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
516         "linenr": 518,
517         "return": {
518           "type": "Ext.Base",
519           "doc": "<p>this</p>\n"
520         },
521         "html_filename": "Base3.html"
522       },
523       {
524         "deprecated": null,
525         "alias": null,
526         "protected": true,
527         "tagname": "method",
528         "href": "Base3.html#Ext-Base-method-statics",
529         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
530         "static": false,
531         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
532         "private": false,
533         "params": [
534
535         ],
536         "name": "statics",
537         "owner": "Ext.Base",
538         "doc": "<p>Get the reference to the class from which this object was instantiated. Note that unlike <a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">Ext.Base.self</a>,\n<code>this.statics()</code> is scope-independent and it always returns the class from which it was called, regardless of what\n<code>this</code> points to during run-time</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n</code></pre>\n",
539         "linenr": 199,
540         "return": {
541           "type": "Class",
542           "doc": "\n"
543         },
544         "html_filename": "Base3.html"
545       }
546     ],
547     "property": [
548       {
549         "type": "String",
550         "deprecated": null,
551         "alias": null,
552         "protected": false,
553         "tagname": "property",
554         "href": "Action.html#Ext-form-action-Action-property-CLIENT_INVALID",
555         "shortDoc": "Failure type returned when client side validation of the Form fails\nthus aborting a submit action. ...",
556         "static": true,
557         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
558         "private": false,
559         "name": "CLIENT_INVALID",
560         "owner": "Ext.form.action.Action",
561         "doc": "<p>Failure type returned when client side validation of the Form fails\nthus aborting a submit action. Client side validation is performed unless\n<a href=\"#/api/Ext.form.action.Submit-cfg-clientValidation\" rel=\"Ext.form.action.Submit-cfg-clientValidation\" class=\"docClass\">clientValidation</a> is explicitly set to <tt>false</tt>.</p>\n",
562         "linenr": 271,
563         "html_filename": "Action.html"
564       },
565       {
566         "type": "String",
567         "deprecated": null,
568         "alias": null,
569         "protected": false,
570         "tagname": "property",
571         "href": "Action.html#Ext-form-action-Action-property-CONNECT_FAILURE",
572         "shortDoc": "Failure type returned when a communication error happens when attempting\nto send a request to the remote server. ...",
573         "static": true,
574         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
575         "private": false,
576         "name": "CONNECT_FAILURE",
577         "owner": "Ext.form.action.Action",
578         "doc": "<p>Failure type returned when a communication error happens when attempting\nto send a request to the remote server. The <a href=\"#/api/Ext.form.action.Submit-property-response\" rel=\"Ext.form.action.Submit-property-response\" class=\"docClass\">response</a> may be examined to\nprovide further information.</p>\n",
579         "linenr": 292,
580         "html_filename": "Action.html"
581       },
582       {
583         "type": "String",
584         "deprecated": null,
585         "alias": null,
586         "protected": false,
587         "tagname": "property",
588         "href": "Action.html#Ext-form-action-Action-property-LOAD_FAILURE",
589         "shortDoc": "Failure type returned when the response's success\nproperty is set to false, or no field values are returned in the re...",
590         "static": true,
591         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
592         "private": false,
593         "name": "LOAD_FAILURE",
594         "owner": "Ext.form.action.Action",
595         "doc": "<p>Failure type returned when the response's <tt>success</tt>\nproperty is set to <tt>false</tt>, or no field values are returned in the response's\n<tt>data</tt> property.</p>\n",
596         "linenr": 302,
597         "html_filename": "Action.html"
598       },
599       {
600         "type": "String",
601         "deprecated": null,
602         "alias": null,
603         "protected": false,
604         "tagname": "property",
605         "href": "Action.html#Ext-form-action-Action-property-SERVER_INVALID",
606         "shortDoc": "Failure type returned when server side processing fails and the result's\nsuccess property is set to false. ...",
607         "static": true,
608         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
609         "private": false,
610         "name": "SERVER_INVALID",
611         "owner": "Ext.form.action.Action",
612         "doc": "<p>Failure type returned when server side processing fails and the <a href=\"#/api/Ext.form.action.Submit-property-result\" rel=\"Ext.form.action.Submit-property-result\" class=\"docClass\">result</a>'s\n<tt>success</tt> property is set to <tt>false</tt>.</p>\n\n\n<p>In the case of a form submission, field-specific error messages may be returned in the\n<a href=\"#/api/Ext.form.action.Submit-property-result\" rel=\"Ext.form.action.Submit-property-result\" class=\"docClass\">result</a>'s <tt>errors</tt> property.</p>\n\n",
613         "linenr": 281,
614         "html_filename": "Action.html"
615       },
616       {
617         "type": "String",
618         "deprecated": null,
619         "alias": null,
620         "protected": false,
621         "tagname": "property",
622         "href": "Action.html#Ext-form-action-Action-property-failureType",
623         "shortDoc": "The type of failure detected will be one of these: Ext.form.action.Action.CLIENT_INVALID,\nExt.form.action.Action.SERV...",
624         "static": false,
625         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
626         "private": false,
627         "name": "failureType",
628         "owner": "Ext.form.action.Action",
629         "doc": "<p>The type of failure detected will be one of these: <a href=\"#/api/Ext.form.action.Action-property-CLIENT_INVALID\" rel=\"Ext.form.action.Action-property-CLIENT_INVALID\" class=\"docClass\">Ext.form.action.Action.CLIENT_INVALID</a>,\n<a href=\"#/api/Ext.form.action.Action-property-SERVER_INVALID\" rel=\"Ext.form.action.Action-property-SERVER_INVALID\" class=\"docClass\">Ext.form.action.Action.SERVER_INVALID</a>, <a href=\"#/api/Ext.form.action.Action-property-CONNECT_FAILURE\" rel=\"Ext.form.action.Action-property-CONNECT_FAILURE\" class=\"docClass\">Ext.form.action.Action.CONNECT_FAILURE</a>, or\n<a href=\"#/api/Ext.form.action.Action-property-LOAD_FAILURE\" rel=\"Ext.form.action.Action-property-LOAD_FAILURE\" class=\"docClass\">Ext.form.action.Action.LOAD_FAILURE</a>.  Usage:</p>\n\n<pre><code>var fp = new Ext.form.Panel({\n...\nbuttons: [{\n    text: 'Save',\n    formBind: true,\n    handler: function(){\n        if(fp.getForm().isValid()){\n            fp.getForm().submit({\n                url: 'form-submit.php',\n                waitMsg: 'Submitting your data...',\n                success: function(form, action){\n                    // server responded with success = true\n                    var result = action.<a href=\"#/api/Ext.form.action.Submit-property-result\" rel=\"Ext.form.action.Submit-property-result\" class=\"docClass\">result</a>;\n                },\n                failure: function(form, action){\n                    if (action.<a href=\"#/api/Ext.form.action.Submit-property-failureType\" rel=\"Ext.form.action.Submit-property-failureType\" class=\"docClass\">failureType</a> === <a href=\"#/api/Ext.form.action.Action-property-CONNECT_FAILURE\" rel=\"Ext.form.action.Action-property-CONNECT_FAILURE\" class=\"docClass\">Ext.form.action.Action.CONNECT_FAILURE</a>) {\n                        Ext.Msg.alert('Error',\n                            'Status:'+action.<a href=\"#/api/Ext.form.action.Submit-property-response\" rel=\"Ext.form.action.Submit-property-response\" class=\"docClass\">response</a>.status+': '+\n                            action.<a href=\"#/api/Ext.form.action.Submit-property-response\" rel=\"Ext.form.action.Submit-property-response\" class=\"docClass\">response</a>.statusText);\n                    }\n                    if (action.failureType === <a href=\"#/api/Ext.form.action.Action-property-SERVER_INVALID\" rel=\"Ext.form.action.Action-property-SERVER_INVALID\" class=\"docClass\">Ext.form.action.Action.SERVER_INVALID</a>){\n                        // server responded with success = false\n                        Ext.Msg.alert('Invalid', action.<a href=\"#/api/Ext.form.action.Submit-property-result\" rel=\"Ext.form.action.Submit-property-result\" class=\"docClass\">result</a>.errormsg);\n                    }\n                }\n            });\n        }\n    }\n},{\n    text: 'Reset',\n    handler: function(){\n        fp.getForm().reset();\n    }\n}]\n</code></pre>\n\n",
630         "linenr": 106,
631         "html_filename": "Action.html"
632       },
633       {
634         "type": "Object",
635         "deprecated": null,
636         "alias": null,
637         "protected": false,
638         "tagname": "property",
639         "href": "Action.html#Ext-form-action-Action-property-response",
640         "static": false,
641         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
642         "private": false,
643         "name": "response",
644         "owner": "Ext.form.action.Action",
645         "doc": "<p>The raw XMLHttpRequest object used to perform the action.</p>\n",
646         "linenr": 150,
647         "html_filename": "Action.html"
648       },
649       {
650         "type": "Object",
651         "deprecated": null,
652         "alias": null,
653         "protected": false,
654         "tagname": "property",
655         "href": "Action.html#Ext-form-action-Action-property-result",
656         "static": false,
657         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
658         "private": false,
659         "name": "result",
660         "owner": "Ext.form.action.Action",
661         "doc": "<p>The decoded response object containing a boolean <tt>success</tt> property and\nother, action-specific properties.</p>\n",
662         "linenr": 156,
663         "html_filename": "Action.html"
664       },
665       {
666         "type": "Object",
667         "deprecated": null,
668         "alias": null,
669         "protected": false,
670         "tagname": "property",
671         "href": "Action.html#Ext-form-action-Action-property-run",
672         "static": false,
673         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
674         "private": false,
675         "name": "run",
676         "owner": "Ext.form.action.Action",
677         "doc": "<p>Invokes this action using the current configuration.</p>\n",
678         "linenr": 179,
679         "html_filename": "Action.html"
680       },
681       {
682         "type": "Class",
683         "deprecated": null,
684         "alias": null,
685         "protected": true,
686         "tagname": "property",
687         "href": "Base3.html#Ext-Base-property-self",
688         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
689         "static": false,
690         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
691         "private": false,
692         "name": "self",
693         "owner": "Ext.Base",
694         "doc": "<p>Get the reference to the current class from which this object was instantiated. Unlike <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>,\n<code>this.self</code> is scope-dependent and it's meant to be used for dynamic inheritance. See <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>\nfor a detailed comparison</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n</code></pre>\n",
695         "linenr": 18,
696         "html_filename": "Base3.html"
697       },
698       {
699         "type": "String",
700         "deprecated": null,
701         "alias": null,
702         "protected": false,
703         "tagname": "property",
704         "href": "Action.html#Ext-form-action-Action-property-type",
705         "shortDoc": "The type of action this Action instance performs. ...",
706         "static": false,
707         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
708         "private": false,
709         "name": "type",
710         "owner": "Ext.form.action.Action",
711         "doc": "<p>The type of action this Action instance performs.\nCurrently only \"submit\" and \"load\" are supported.</p>\n",
712         "linenr": 99,
713         "html_filename": "Action.html"
714       }
715     ],
716     "cssVar": [
717
718     ],
719     "cssMixin": [
720
721     ],
722     "event": [
723
724     ]
725   },
726   "singleton": false,
727   "alias": null,
728   "superclasses": [
729     "Ext.Base",
730     "Ext.form.action.Action"
731   ],
732   "protected": false,
733   "tagname": "class",
734   "mixins": [
735
736   ],
737   "href": "Submit.html#Ext-form-action-Submit",
738   "subclasses": [
739     "Ext.form.action.DirectSubmit",
740     "Ext.form.action.StandardSubmit"
741   ],
742   "static": false,
743   "author": null,
744   "component": false,
745   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Submit.js",
746   "private": false,
747   "alternateClassNames": [
748     "Ext.form.Action.Submit"
749   ],
750   "name": "Ext.form.action.Submit",
751   "doc": "<p>A class which handles submission of data from <a href=\"#/api/Ext.form.Basic\" rel=\"Ext.form.Basic\" class=\"docClass\">Form</a>s\nand processes the returned response.</p>\n\n\n<p>Instances of this class are only created by a <a href=\"#/api/Ext.form.Basic\" rel=\"Ext.form.Basic\" class=\"docClass\">Form</a> when\n<a href=\"#/api/Ext.form.Basic-method-submit\" rel=\"Ext.form.Basic-method-submit\" class=\"docClass\">submit</a>ting.</p>\n\n\n<p><u><b>Response Packet Criteria</b></u></p>\n\n\n<p>A response packet may contain:\n<div class=\"mdetail-params\"><ul>\n<li><b><code>success</code></b> property : Boolean\n<div class=\"sub-desc\">The <code>success</code> property is required.</div></li>\n<li><b><code>errors</code></b> property : Object\n<div class=\"sub-desc\"><div class=\"sub-desc\">The <code>errors</code> property,\nwhich is optional, contains error messages for invalid fields.</div></li>\n</ul></div>\n<p><u><b>JSON Packets</b></u></p>\n<p>By default, response packets are assumed to be JSON, so a typical response\npacket may look like this:</p>\n<pre><code>{\n    success: false,\n    errors: {\n        clientCode: \"Client not found\",\n        portOfLoading: \"This field must not be null\"\n    }\n}</code></pre>\n<p>Other data may be placed into the response for processing by the <a href=\"#/api/Ext.form.Basic\" rel=\"Ext.form.Basic\" class=\"docClass\">Ext.form.Basic</a>'s callback\nor event handler methods. The object decoded from this JSON is available in the\n<a href=\"#/api/Ext.form.action.Action-property-result\" rel=\"Ext.form.action.Action-property-result\" class=\"docClass\">result</a> property.</p>\n<p>Alternatively, if an errorReader is specified as an <a href=\"#/api/Ext.data.reader.Xml\" rel=\"Ext.data.reader.Xml\" class=\"docClass\">XmlReader</a>:</p>\n<pre><code>    errorReader: new Ext.data.reader.Xml({\n            record : 'field',\n            success: '@success'\n        }, [\n            'id', 'msg'\n        ]\n    )\n</code></pre>\n<p>then the results may be sent back in XML format:</p>\n<pre><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;message success=\"false\"&gt;\n&lt;errors&gt;\n    &lt;field&gt;\n        &lt;id&gt;clientCode&lt;/id&gt;\n        &lt;msg&gt;&lt;![CDATA[Code not found. &lt;br /&gt;&lt;i&gt;This is a test validation message from the server &lt;/i&gt;]]&gt;&lt;/msg&gt;\n    &lt;/field&gt;\n    &lt;field&gt;\n        &lt;id&gt;portOfLoading&lt;/id&gt;\n        &lt;msg&gt;&lt;![CDATA[Port not found. &lt;br /&gt;&lt;i&gt;This is a test validation message from the server &lt;/i&gt;]]&gt;&lt;/msg&gt;\n    &lt;/field&gt;\n&lt;/errors&gt;\n&lt;/message&gt;\n</code></pre>\n<p>Other elements may be placed into the response XML for processing by the <a href=\"#/api/Ext.form.Basic\" rel=\"Ext.form.Basic\" class=\"docClass\">Ext.form.Basic</a>'s callback\nor event handler methods. The XML document is available in the errorReader's <a href=\"#/api/Ext.data.reader.Xml-property-xmlData\" rel=\"Ext.data.reader.Xml-property-xmlData\" class=\"docClass\">xmlData</a> property.</p>\n\n",
752   "mixedInto": [
753
754   ],
755   "linenr": 1,
756   "xtypes": [
757
758   ],
759   "html_filename": "Submit.html",
760   "extends": "Ext.form.action.Action"
761 });