Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.form.action.StandardSubmit.js
1 Ext.data.JsonP.Ext_form_action_StandardSubmit({
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.StandardSubmit-property-failureType\" rel=\"Ext.form.action.StandardSubmit-property-failureType\" class=\"docClass\">failureType</a>. The <a href=\"#/api/Ext.form.action.StandardSubmit-property-result\" rel=\"Ext.form.action.StandardSubmit-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.StandardSubmit-cfg-success\" rel=\"Ext.form.action.StandardSubmit-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.StandardSubmit-property-result\" rel=\"Ext.form.action.StandardSubmit-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": "String",
181         "deprecated": null,
182         "alias": null,
183         "protected": false,
184         "tagname": "cfg",
185         "href": "StandardSubmit.html#Ext-form-action-StandardSubmit-cfg-target",
186         "shortDoc": "Optional target attribute to be used for the form when submitting. ...",
187         "static": false,
188         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/StandardSubmit.js",
189         "private": false,
190         "name": "target",
191         "owner": "Ext.form.action.StandardSubmit",
192         "doc": "<p>Optional <tt>target</tt> attribute to be used for the form when submitting. If not specified,\nthe target will be the current window/frame.</p>\n",
193         "linenr": 16,
194         "html_filename": "StandardSubmit.html"
195       },
196       {
197         "type": "Number",
198         "deprecated": null,
199         "alias": null,
200         "protected": false,
201         "tagname": "cfg",
202         "href": "Action.html#Ext-form-action-Action-cfg-timeout",
203         "shortDoc": "The number of seconds to wait for a server response before\nfailing with the failureType as Ext.form.action.Action.CON...",
204         "static": false,
205         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
206         "private": false,
207         "name": "timeout",
208         "owner": "Ext.form.action.Action",
209         "doc": "<p>The number of seconds to wait for a server response before\nfailing with the <a href=\"#/api/Ext.form.action.StandardSubmit-property-failureType\" rel=\"Ext.form.action.StandardSubmit-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.StandardSubmit-cfg-form\" rel=\"Ext.form.action.StandardSubmit-cfg-form\" class=\"docClass\">form</a>.</p>\n",
210         "linenr": 52,
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-url",
220         "shortDoc": "The URL that the Action is to invoke. ...",
221         "static": false,
222         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
223         "private": false,
224         "name": "url",
225         "owner": "Ext.form.action.Action",
226         "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.StandardSubmit-cfg-form\" rel=\"Ext.form.action.StandardSubmit-cfg-form\" class=\"docClass\">form</a>.</p>\n",
227         "linenr": 23,
228         "html_filename": "Action.html"
229       },
230       {
231         "type": "String",
232         "deprecated": null,
233         "alias": null,
234         "protected": false,
235         "tagname": "cfg",
236         "href": "Action.html#Ext-form-action-Action-cfg-waitMsg",
237         "static": false,
238         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
239         "private": false,
240         "name": "waitMsg",
241         "owner": "Ext.form.action.Action",
242         "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",
243         "linenr": 84,
244         "html_filename": "Action.html"
245       },
246       {
247         "type": "String",
248         "deprecated": null,
249         "alias": null,
250         "protected": false,
251         "tagname": "cfg",
252         "href": "Action.html#Ext-form-action-Action-cfg-waitTitle",
253         "static": false,
254         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
255         "private": false,
256         "name": "waitTitle",
257         "owner": "Ext.form.action.Action",
258         "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",
259         "linenr": 89,
260         "html_filename": "Action.html"
261       }
262     ],
263     "method": [
264       {
265         "deprecated": null,
266         "alias": null,
267         "href": "Action.html#Ext-form-action-Action-method-constructor",
268         "tagname": "method",
269         "protected": false,
270         "shortDoc": "Creates new Action. ...",
271         "static": false,
272         "params": [
273           {
274             "type": "Object",
275             "optional": true,
276             "doc": "<p>(optional) Config object.</p>\n",
277             "name": "config"
278           }
279         ],
280         "private": false,
281         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
282         "doc": "<p>Creates new Action.</p>\n",
283         "owner": "Ext.form.action.Action",
284         "name": "StandardSubmit",
285         "html_filename": "Action.html",
286         "return": {
287           "type": "Object",
288           "doc": "\n"
289         },
290         "linenr": 163
291       },
292       {
293         "deprecated": null,
294         "alias": null,
295         "protected": false,
296         "tagname": "method",
297         "href": "Base3.html#Ext-Base-method-addStatics",
298         "shortDoc": "Add / override static properties of this class. ...",
299         "static": true,
300         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
301         "private": false,
302         "params": [
303           {
304             "type": "Object",
305             "optional": false,
306             "doc": "\n",
307             "name": "members"
308           }
309         ],
310         "name": "addStatics",
311         "owner": "Ext.Base",
312         "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",
313         "linenr": 388,
314         "return": {
315           "type": "Ext.Base",
316           "doc": "<p>this</p>\n"
317         },
318         "html_filename": "Base3.html"
319       },
320       {
321         "deprecated": null,
322         "alias": null,
323         "protected": false,
324         "tagname": "method",
325         "href": "Base3.html#Ext-Base-method-callOverridden",
326         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
327         "static": false,
328         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
329         "private": false,
330         "params": [
331           {
332             "type": "Array/Arguments",
333             "optional": false,
334             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
335             "name": "args"
336           }
337         ],
338         "name": "callOverridden",
339         "owner": "Ext.Base",
340         "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",
341         "linenr": 269,
342         "return": {
343           "type": "Mixed",
344           "doc": "<p>Returns the result after calling the overridden method</p>\n"
345         },
346         "html_filename": "Base3.html"
347       },
348       {
349         "deprecated": null,
350         "alias": null,
351         "protected": true,
352         "tagname": "method",
353         "href": "Base3.html#Ext-Base-method-callParent",
354         "shortDoc": "Call the parent's overridden method. ...",
355         "static": false,
356         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
357         "private": false,
358         "params": [
359           {
360             "type": "Array/Arguments",
361             "optional": false,
362             "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",
363             "name": "args"
364           }
365         ],
366         "name": "callParent",
367         "owner": "Ext.Base",
368         "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",
369         "linenr": 124,
370         "return": {
371           "type": "Mixed",
372           "doc": "<p>Returns the result from the superclass' method</p>\n"
373         },
374         "html_filename": "Base3.html"
375       },
376       {
377         "deprecated": null,
378         "alias": null,
379         "protected": false,
380         "tagname": "method",
381         "href": "Base3.html#Ext-Base-method-create",
382         "shortDoc": "Create a new instance of this Class. ...",
383         "static": true,
384         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
385         "private": false,
386         "params": [
387
388         ],
389         "name": "create",
390         "owner": "Ext.Base",
391         "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",
392         "linenr": 329,
393         "return": {
394           "type": "Object",
395           "doc": "<p>the created instance.</p>\n"
396         },
397         "html_filename": "Base3.html"
398       },
399       {
400         "deprecated": null,
401         "alias": null,
402         "protected": false,
403         "tagname": "method",
404         "href": "Base3.html#Ext-Base-method-createAlias",
405         "shortDoc": "Create aliases for existing prototype methods. ...",
406         "static": true,
407         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
408         "private": false,
409         "params": [
410           {
411             "type": "String/Object",
412             "optional": false,
413             "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",
414             "name": "alias"
415           },
416           {
417             "type": "String/Object",
418             "optional": false,
419             "doc": "<p>The original method name</p>\n",
420             "name": "origin"
421           }
422         ],
423         "name": "createAlias",
424         "owner": "Ext.Base",
425         "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",
426         "linenr": 648,
427         "return": {
428           "type": "void",
429           "doc": "\n"
430         },
431         "html_filename": "Base3.html"
432       },
433       {
434         "deprecated": null,
435         "alias": null,
436         "protected": false,
437         "tagname": "method",
438         "href": "Base3.html#Ext-Base-method-getName",
439         "shortDoc": "Get the current class' name in string format. ...",
440         "static": false,
441         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
442         "private": false,
443         "params": [
444
445         ],
446         "name": "getName",
447         "owner": "Ext.Base",
448         "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",
449         "linenr": 631,
450         "return": {
451           "type": "String",
452           "doc": "<p>className</p>\n"
453         },
454         "html_filename": "Base3.html"
455       },
456       {
457         "deprecated": null,
458         "alias": null,
459         "protected": false,
460         "tagname": "method",
461         "href": "Base3.html#Ext-Base-method-implement",
462         "shortDoc": "Add methods / properties to the prototype of this class. ...",
463         "static": true,
464         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
465         "private": false,
466         "params": [
467           {
468             "type": "Object",
469             "optional": false,
470             "doc": "\n",
471             "name": "members"
472           }
473         ],
474         "name": "implement",
475         "owner": "Ext.Base",
476         "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",
477         "linenr": 415,
478         "return": {
479           "type": "void",
480           "doc": "\n"
481         },
482         "html_filename": "Base3.html"
483       },
484       {
485         "deprecated": null,
486         "alias": null,
487         "protected": true,
488         "tagname": "method",
489         "href": "Base3.html#Ext-Base-method-initConfig",
490         "shortDoc": "Initialize configuration for this class. ...",
491         "static": false,
492         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
493         "private": false,
494         "params": [
495           {
496             "type": "Object",
497             "optional": false,
498             "doc": "\n",
499             "name": "config"
500           }
501         ],
502         "name": "initConfig",
503         "owner": "Ext.Base",
504         "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",
505         "linenr": 63,
506         "return": {
507           "type": "Object",
508           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
509         },
510         "html_filename": "Base3.html"
511       },
512       {
513         "deprecated": null,
514         "alias": null,
515         "protected": false,
516         "tagname": "method",
517         "href": "Base3.html#Ext-Base-method-override",
518         "shortDoc": "Override prototype members of this class. ...",
519         "static": true,
520         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
521         "private": false,
522         "params": [
523           {
524             "type": "Object",
525             "optional": false,
526             "doc": "\n",
527             "name": "members"
528           }
529         ],
530         "name": "override",
531         "owner": "Ext.Base",
532         "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",
533         "linenr": 518,
534         "return": {
535           "type": "Ext.Base",
536           "doc": "<p>this</p>\n"
537         },
538         "html_filename": "Base3.html"
539       },
540       {
541         "deprecated": null,
542         "alias": null,
543         "protected": true,
544         "tagname": "method",
545         "href": "Base3.html#Ext-Base-method-statics",
546         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
547         "static": false,
548         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
549         "private": false,
550         "params": [
551
552         ],
553         "name": "statics",
554         "owner": "Ext.Base",
555         "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",
556         "linenr": 199,
557         "return": {
558           "type": "Class",
559           "doc": "\n"
560         },
561         "html_filename": "Base3.html"
562       }
563     ],
564     "property": [
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-CLIENT_INVALID",
572         "shortDoc": "Failure type returned when client side validation of the Form fails\nthus aborting a submit action. ...",
573         "static": true,
574         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
575         "private": false,
576         "name": "CLIENT_INVALID",
577         "owner": "Ext.form.action.Action",
578         "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\">Ext.form.action.Submit.clientValidation</a> is explicitly set to <tt>false</tt>.</p>\n",
579         "linenr": 271,
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-CONNECT_FAILURE",
589         "shortDoc": "Failure type returned when a communication error happens when attempting\nto send a request to the remote server. ...",
590         "static": true,
591         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
592         "private": false,
593         "name": "CONNECT_FAILURE",
594         "owner": "Ext.form.action.Action",
595         "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.StandardSubmit-property-response\" rel=\"Ext.form.action.StandardSubmit-property-response\" class=\"docClass\">response</a> may be examined to\nprovide further information.</p>\n",
596         "linenr": 292,
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-LOAD_FAILURE",
606         "shortDoc": "Failure type returned when the response's success\nproperty is set to false, or no field values are returned in the re...",
607         "static": true,
608         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
609         "private": false,
610         "name": "LOAD_FAILURE",
611         "owner": "Ext.form.action.Action",
612         "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",
613         "linenr": 302,
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-SERVER_INVALID",
623         "shortDoc": "Failure type returned when server side processing fails and the result's\nsuccess property is set to false. ...",
624         "static": true,
625         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
626         "private": false,
627         "name": "SERVER_INVALID",
628         "owner": "Ext.form.action.Action",
629         "doc": "<p>Failure type returned when server side processing fails and the <a href=\"#/api/Ext.form.action.StandardSubmit-property-result\" rel=\"Ext.form.action.StandardSubmit-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.StandardSubmit-property-result\" rel=\"Ext.form.action.StandardSubmit-property-result\" class=\"docClass\">result</a>'s <tt>errors</tt> property.</p>\n\n",
630         "linenr": 281,
631         "html_filename": "Action.html"
632       },
633       {
634         "type": "String",
635         "deprecated": null,
636         "alias": null,
637         "protected": false,
638         "tagname": "property",
639         "href": "Action.html#Ext-form-action-Action-property-failureType",
640         "shortDoc": "The type of failure detected will be one of these: Ext.form.action.Action.CLIENT_INVALID,\nExt.form.action.Action.SERV...",
641         "static": false,
642         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
643         "private": false,
644         "name": "failureType",
645         "owner": "Ext.form.action.Action",
646         "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.StandardSubmit-property-result\" rel=\"Ext.form.action.StandardSubmit-property-result\" class=\"docClass\">result</a>;\n                },\n                failure: function(form, action){\n                    if (action.<a href=\"#/api/Ext.form.action.StandardSubmit-property-failureType\" rel=\"Ext.form.action.StandardSubmit-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.StandardSubmit-property-response\" rel=\"Ext.form.action.StandardSubmit-property-response\" class=\"docClass\">response</a>.status+': '+\n                            action.<a href=\"#/api/Ext.form.action.StandardSubmit-property-response\" rel=\"Ext.form.action.StandardSubmit-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.StandardSubmit-property-result\" rel=\"Ext.form.action.StandardSubmit-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",
647         "linenr": 106,
648         "html_filename": "Action.html"
649       },
650       {
651         "type": "Object",
652         "deprecated": null,
653         "alias": null,
654         "protected": false,
655         "tagname": "property",
656         "href": "Action.html#Ext-form-action-Action-property-response",
657         "static": false,
658         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
659         "private": false,
660         "name": "response",
661         "owner": "Ext.form.action.Action",
662         "doc": "<p>The raw XMLHttpRequest object used to perform the action.</p>\n",
663         "linenr": 150,
664         "html_filename": "Action.html"
665       },
666       {
667         "type": "Object",
668         "deprecated": null,
669         "alias": null,
670         "protected": false,
671         "tagname": "property",
672         "href": "Action.html#Ext-form-action-Action-property-result",
673         "static": false,
674         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
675         "private": false,
676         "name": "result",
677         "owner": "Ext.form.action.Action",
678         "doc": "<p>The decoded response object containing a boolean <tt>success</tt> property and\nother, action-specific properties.</p>\n",
679         "linenr": 156,
680         "html_filename": "Action.html"
681       },
682       {
683         "type": "Object",
684         "deprecated": null,
685         "alias": null,
686         "protected": false,
687         "tagname": "property",
688         "href": "Action.html#Ext-form-action-Action-property-run",
689         "static": false,
690         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
691         "private": false,
692         "name": "run",
693         "owner": "Ext.form.action.Action",
694         "doc": "<p>Invokes this action using the current configuration.</p>\n",
695         "linenr": 179,
696         "html_filename": "Action.html"
697       },
698       {
699         "type": "Class",
700         "deprecated": null,
701         "alias": null,
702         "protected": true,
703         "tagname": "property",
704         "href": "Base3.html#Ext-Base-property-self",
705         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
706         "static": false,
707         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
708         "private": false,
709         "name": "self",
710         "owner": "Ext.Base",
711         "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",
712         "linenr": 18,
713         "html_filename": "Base3.html"
714       },
715       {
716         "type": "String",
717         "deprecated": null,
718         "alias": null,
719         "protected": false,
720         "tagname": "property",
721         "href": "Action.html#Ext-form-action-Action-property-type",
722         "shortDoc": "The type of action this Action instance performs. ...",
723         "static": false,
724         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/Action.js",
725         "private": false,
726         "name": "type",
727         "owner": "Ext.form.action.Action",
728         "doc": "<p>The type of action this Action instance performs.\nCurrently only \"submit\" and \"load\" are supported.</p>\n",
729         "linenr": 99,
730         "html_filename": "Action.html"
731       }
732     ],
733     "cssVar": [
734
735     ],
736     "cssMixin": [
737
738     ],
739     "event": [
740
741     ]
742   },
743   "singleton": false,
744   "alias": null,
745   "superclasses": [
746     "Ext.Base",
747     "Ext.form.action.Action",
748     "Ext.form.action.Submit"
749   ],
750   "protected": false,
751   "tagname": "class",
752   "mixins": [
753
754   ],
755   "href": "StandardSubmit.html#Ext-form-action-StandardSubmit",
756   "subclasses": [
757
758   ],
759   "static": false,
760   "author": null,
761   "component": false,
762   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/form/action/StandardSubmit.js",
763   "private": false,
764   "alternateClassNames": [
765
766   ],
767   "name": "Ext.form.action.StandardSubmit",
768   "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 using a standard\n<tt>&lt;form&gt;</tt> element submit. It does not handle the response from the submit.</p>\n\n\n<p>If validation of the form fields fails, the Form's Ext.form.Basic.afterAction method\nwill be called. Otherwise, afterAction will not be called.</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, when the form's <a href=\"#/api/Ext.form.Basic-cfg-standardSubmit\" rel=\"Ext.form.Basic-cfg-standardSubmit\" class=\"docClass\">Ext.form.Basic.standardSubmit</a>\nconfig option is <tt>true</tt>.</p>\n\n",
769   "mixedInto": [
770
771   ],
772   "linenr": 1,
773   "xtypes": [
774
775   ],
776   "html_filename": "StandardSubmit.html",
777   "extends": "Ext.form.action.Submit"
778 });