Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.Ajax.js
1 Ext.data.JsonP.Ext_Ajax({
2   "allMixins": [
3     "Ext.util.Observable"
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": "Connection.html#Ext-data-Connection-cfg-disableCaching",
16         "shortDoc": "(Optional) True to add a unique cache-buster param to GET requests. ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
19         "private": false,
20         "name": "disableCaching",
21         "owner": "Ext.data.Connection",
22         "doc": "<p>(Optional) True to add a unique cache-buster param to GET requests. (defaults to true)</p>\n",
23         "linenr": 48,
24         "html_filename": "Connection.html"
25       },
26       {
27         "type": "String",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "Connection.html#Ext-data-Connection-cfg-disableCachingParam",
33         "shortDoc": "(Optional) Change the parameter which is sent went disabling caching\nthrough a cache buster. ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
36         "private": false,
37         "name": "disableCachingParam",
38         "owner": "Ext.data.Connection",
39         "doc": "<p>(Optional) Change the parameter which is sent went disabling caching\nthrough a cache buster. Defaults to '_dc'</p>\n",
40         "linenr": 53,
41         "html_filename": "Connection.html"
42       },
43       {
44         "type": "Object",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "Connection.html#Ext-data-Connection-cfg-extraParams",
50         "static": false,
51         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
52         "private": false,
53         "name": "extraParams",
54         "owner": "Ext.data.Connection",
55         "doc": "<p>(Optional) Any parameters to be appended to the request.</p>\n",
56         "linenr": 64,
57         "html_filename": "Connection.html"
58       },
59       {
60         "type": "Object",
61         "deprecated": null,
62         "alias": null,
63         "protected": false,
64         "tagname": "cfg",
65         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
66         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
67         "static": false,
68         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
69         "private": false,
70         "name": "listeners",
71         "owner": "Ext.util.Observable",
72         "doc": "<p>A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the <a href=\"#/api/Ext.Ajax-method-addListener\" rel=\"Ext.Ajax-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple\nhandlers at once.</p>\n\n<p><strong>DOM events from ExtJS <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></strong></p>\n\n<p>While <em>some</em> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s <strong><code><a href=\"#/api/Ext.view.View-event-itemclick\" rel=\"Ext.view.View-event-itemclick\" class=\"docClass\">itemclick</a></code></strong> event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the <code>element</code> option to identify the Component property to add a\nDOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n",
73         "linenr": 102,
74         "html_filename": "Observable.html"
75       },
76       {
77         "type": "Number",
78         "deprecated": null,
79         "alias": null,
80         "protected": false,
81         "tagname": "cfg",
82         "href": "Connection.html#Ext-data-Connection-cfg-timeout",
83         "shortDoc": "(Optional) The timeout in milliseconds to be used for requests. ...",
84         "static": false,
85         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
86         "private": false,
87         "name": "timeout",
88         "owner": "Ext.data.Connection",
89         "doc": "<p>(Optional) The timeout in milliseconds to be used for requests. (defaults to 30000)</p>\n",
90         "linenr": 59,
91         "html_filename": "Connection.html"
92       }
93     ],
94     "method": [
95       {
96         "deprecated": null,
97         "alias": null,
98         "protected": false,
99         "tagname": "method",
100         "href": "Connection.html#Ext-data-Connection-method-abort",
101         "shortDoc": "Aborts any outstanding request. ...",
102         "static": false,
103         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
104         "private": false,
105         "params": [
106           {
107             "type": "Object",
108             "optional": false,
109             "doc": "<p>(Optional) defaults to the last request</p>\n",
110             "name": "request"
111           }
112         ],
113         "name": "abort",
114         "owner": "Ext.data.Connection",
115         "doc": "<p>Aborts any outstanding request.</p>\n",
116         "linenr": 636,
117         "return": {
118           "type": "void",
119           "doc": "\n"
120         },
121         "html_filename": "Connection.html"
122       },
123       {
124         "deprecated": null,
125         "alias": null,
126         "protected": false,
127         "tagname": "method",
128         "href": "Observable.html#Ext-util-Observable-method-addEvents",
129         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
130         "static": false,
131         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
132         "private": false,
133         "params": [
134           {
135             "type": "Object/String",
136             "optional": false,
137             "doc": "<p>Either an object with event names as properties with a value of <code>true</code> or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:</p>\n\n<pre><code>this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n</code></pre>\n",
138             "name": "o"
139           },
140           {
141             "type": "String...",
142             "optional": false,
143             "doc": "<p>Optional additional event names if multiple event names are being passed as separate\nparameters. Usage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n",
144             "name": "more"
145           }
146         ],
147         "name": "addEvents",
148         "owner": "Ext.util.Observable",
149         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
150         "linenr": 494,
151         "return": {
152           "type": "void",
153           "doc": "\n"
154         },
155         "html_filename": "Observable.html"
156       },
157       {
158         "deprecated": null,
159         "alias": null,
160         "protected": false,
161         "tagname": "method",
162         "href": "Observable.html#Ext-util-Observable-method-addListener",
163         "shortDoc": "Appends an event handler to this object. ...",
164         "static": false,
165         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
166         "private": false,
167         "params": [
168           {
169             "type": "String",
170             "optional": false,
171             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
172             "name": "eventName"
173           },
174           {
175             "type": "Function",
176             "optional": false,
177             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.Ajax-method-fireEvent\" rel=\"Ext.Ajax-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
178             "name": "handler"
179           },
180           {
181             "type": "Object",
182             "optional": true,
183             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
184             "name": "scope"
185           },
186           {
187             "type": "Object",
188             "optional": true,
189             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>\n\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
190             "name": "options"
191           }
192         ],
193         "name": "addListener",
194         "owner": "Ext.util.Observable",
195         "doc": "<p>Appends an event handler to this object.</p>\n",
196         "linenr": 278,
197         "return": {
198           "type": "void",
199           "doc": "\n"
200         },
201         "html_filename": "Observable.html"
202       },
203       {
204         "deprecated": null,
205         "alias": null,
206         "protected": false,
207         "tagname": "method",
208         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
209         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
210         "static": false,
211         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
212         "private": false,
213         "params": [
214           {
215             "type": "Observable/Element",
216             "optional": false,
217             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
218             "name": "item"
219           },
220           {
221             "type": "Object/String",
222             "optional": false,
223             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
224             "name": "ename"
225           },
226           {
227             "type": "Function",
228             "optional": true,
229             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
230             "name": "fn"
231           },
232           {
233             "type": "Object",
234             "optional": true,
235             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
236             "name": "scope"
237           },
238           {
239             "type": "Object",
240             "optional": true,
241             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
242             "name": "opt"
243           }
244         ],
245         "name": "addManagedListener",
246         "owner": "Ext.util.Observable",
247         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
248         "linenr": 156,
249         "return": {
250           "type": "void",
251           "doc": "\n"
252         },
253         "html_filename": "Observable.html"
254       },
255       {
256         "deprecated": null,
257         "alias": null,
258         "protected": false,
259         "tagname": "method",
260         "href": "Base3.html#Ext-Base-method-addStatics",
261         "shortDoc": "Add / override static properties of this class. ...",
262         "static": true,
263         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
264         "private": false,
265         "params": [
266           {
267             "type": "Object",
268             "optional": false,
269             "doc": "\n",
270             "name": "members"
271           }
272         ],
273         "name": "addStatics",
274         "owner": "Ext.Base",
275         "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",
276         "linenr": 388,
277         "return": {
278           "type": "Ext.Base",
279           "doc": "<p>this</p>\n"
280         },
281         "html_filename": "Base3.html"
282       },
283       {
284         "deprecated": null,
285         "alias": null,
286         "protected": false,
287         "tagname": "method",
288         "href": "Base3.html#Ext-Base-method-callOverridden",
289         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
290         "static": false,
291         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
292         "private": false,
293         "params": [
294           {
295             "type": "Array/Arguments",
296             "optional": false,
297             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
298             "name": "args"
299           }
300         ],
301         "name": "callOverridden",
302         "owner": "Ext.Base",
303         "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",
304         "linenr": 269,
305         "return": {
306           "type": "Mixed",
307           "doc": "<p>Returns the result after calling the overridden method</p>\n"
308         },
309         "html_filename": "Base3.html"
310       },
311       {
312         "deprecated": null,
313         "alias": null,
314         "protected": true,
315         "tagname": "method",
316         "href": "Base3.html#Ext-Base-method-callParent",
317         "shortDoc": "Call the parent's overridden method. ...",
318         "static": false,
319         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
320         "private": false,
321         "params": [
322           {
323             "type": "Array/Arguments",
324             "optional": false,
325             "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",
326             "name": "args"
327           }
328         ],
329         "name": "callParent",
330         "owner": "Ext.Base",
331         "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",
332         "linenr": 124,
333         "return": {
334           "type": "Mixed",
335           "doc": "<p>Returns the result from the superclass' method</p>\n"
336         },
337         "html_filename": "Base3.html"
338       },
339       {
340         "deprecated": null,
341         "alias": null,
342         "protected": false,
343         "tagname": "method",
344         "href": "Observable.html#Ext-util-Observable-method-capture",
345         "shortDoc": "Starts capture on the specified Observable. ...",
346         "static": true,
347         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
348         "private": false,
349         "params": [
350           {
351             "type": "Observable",
352             "optional": false,
353             "doc": "<p>The Observable to capture events from.</p>\n",
354             "name": "o"
355           },
356           {
357             "type": "Function",
358             "optional": false,
359             "doc": "<p>The function to call when an event is fired.</p>\n",
360             "name": "fn"
361           },
362           {
363             "type": "Object",
364             "optional": true,
365             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
366             "name": "scope"
367           }
368         ],
369         "name": "capture",
370         "owner": "Ext.util.Observable",
371         "doc": "<p>Starts capture on the specified Observable. All events will be passed to the supplied function with the event\nname + standard signature of the event <strong>before</strong> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
372         "linenr": 54,
373         "return": {
374           "type": "void",
375           "doc": "\n"
376         },
377         "html_filename": "Observable.html"
378       },
379       {
380         "deprecated": null,
381         "alias": null,
382         "protected": false,
383         "tagname": "method",
384         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
385         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
386         "static": false,
387         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
388         "private": false,
389         "params": [
390
391         ],
392         "name": "clearListeners",
393         "owner": "Ext.util.Observable",
394         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
395         "linenr": 425,
396         "return": {
397           "type": "void",
398           "doc": "\n"
399         },
400         "html_filename": "Observable.html"
401       },
402       {
403         "deprecated": null,
404         "alias": null,
405         "protected": false,
406         "tagname": "method",
407         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
408         "shortDoc": "Removes all managed listeners for this object. ...",
409         "static": false,
410         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
411         "private": false,
412         "params": [
413
414         ],
415         "name": "clearManagedListeners",
416         "owner": "Ext.util.Observable",
417         "doc": "<p>Removes all managed listeners for this object.</p>\n",
418         "linenr": 454,
419         "return": {
420           "type": "void",
421           "doc": "\n"
422         },
423         "html_filename": "Observable.html"
424       },
425       {
426         "deprecated": null,
427         "alias": null,
428         "protected": false,
429         "tagname": "method",
430         "href": "Base3.html#Ext-Base-method-create",
431         "shortDoc": "Create a new instance of this Class. ...",
432         "static": true,
433         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
434         "private": false,
435         "params": [
436
437         ],
438         "name": "create",
439         "owner": "Ext.Base",
440         "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",
441         "linenr": 329,
442         "return": {
443           "type": "Object",
444           "doc": "<p>the created instance.</p>\n"
445         },
446         "html_filename": "Base3.html"
447       },
448       {
449         "deprecated": null,
450         "alias": null,
451         "protected": false,
452         "tagname": "method",
453         "href": "Base3.html#Ext-Base-method-createAlias",
454         "shortDoc": "Create aliases for existing prototype methods. ...",
455         "static": true,
456         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
457         "private": false,
458         "params": [
459           {
460             "type": "String/Object",
461             "optional": false,
462             "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",
463             "name": "alias"
464           },
465           {
466             "type": "String/Object",
467             "optional": false,
468             "doc": "<p>The original method name</p>\n",
469             "name": "origin"
470           }
471         ],
472         "name": "createAlias",
473         "owner": "Ext.Base",
474         "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",
475         "linenr": 648,
476         "return": {
477           "type": "void",
478           "doc": "\n"
479         },
480         "html_filename": "Base3.html"
481       },
482       {
483         "deprecated": null,
484         "alias": null,
485         "protected": false,
486         "tagname": "method",
487         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
488         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
489         "static": false,
490         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
491         "private": false,
492         "params": [
493           {
494             "type": "String/[String]",
495             "optional": false,
496             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
497             "name": "events"
498           }
499         ],
500         "name": "enableBubble",
501         "owner": "Ext.util.Observable",
502         "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling <code>this.getBubbleTarget()</code> if\npresent. There is no implementation in the Observable base class.</p>\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers.\nSee <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default implementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.</p>\n\n<p>Example:</p>\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\n        change: function() {\n            // Title goes red if form has been modified.\n            myForm.header.setStyle('color', 'red');\n        }\n    }\n});\n</code></pre>\n",
503         "linenr": 609,
504         "return": {
505           "type": "void",
506           "doc": "\n"
507         },
508         "html_filename": "Observable.html"
509       },
510       {
511         "deprecated": null,
512         "alias": null,
513         "protected": false,
514         "tagname": "method",
515         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
516         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
517         "static": false,
518         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
519         "private": false,
520         "params": [
521           {
522             "type": "String",
523             "optional": false,
524             "doc": "<p>The name of the event to fire.</p>\n",
525             "name": "eventName"
526           },
527           {
528             "type": "Object...",
529             "optional": false,
530             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
531             "name": "args"
532           }
533         ],
534         "name": "fireEvent",
535         "owner": "Ext.util.Observable",
536         "doc": "<p>Fires the specified event with the passed parameters (minus the event name, plus the <code>options</code> object passed\nto <a href=\"#/api/Ext.Ajax-method-addListener\" rel=\"Ext.Ajax-method-addListener\" class=\"docClass\">addListener</a>).</p>\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>) by\ncalling <a href=\"#/api/Ext.Ajax-method-enableBubble\" rel=\"Ext.Ajax-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
537         "linenr": 233,
538         "return": {
539           "type": "Boolean",
540           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
541         },
542         "html_filename": "Observable.html"
543       },
544       {
545         "deprecated": null,
546         "alias": null,
547         "protected": false,
548         "tagname": "method",
549         "href": "Base3.html#Ext-Base-method-getName",
550         "shortDoc": "Get the current class' name in string format. ...",
551         "static": false,
552         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
553         "private": false,
554         "params": [
555
556         ],
557         "name": "getName",
558         "owner": "Ext.Base",
559         "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",
560         "linenr": 631,
561         "return": {
562           "type": "String",
563           "doc": "<p>className</p>\n"
564         },
565         "html_filename": "Base3.html"
566       },
567       {
568         "deprecated": null,
569         "alias": null,
570         "protected": false,
571         "tagname": "method",
572         "href": "Observable.html#Ext-util-Observable-method-hasListener",
573         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
574         "static": false,
575         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
576         "private": false,
577         "params": [
578           {
579             "type": "String",
580             "optional": false,
581             "doc": "<p>The name of the event to check for</p>\n",
582             "name": "eventName"
583           }
584         ],
585         "name": "hasListener",
586         "owner": "Ext.util.Observable",
587         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
588         "linenr": 530,
589         "return": {
590           "type": "Boolean",
591           "doc": "<p>True if the event is being listened for, else false</p>\n"
592         },
593         "html_filename": "Observable.html"
594       },
595       {
596         "deprecated": null,
597         "alias": null,
598         "protected": false,
599         "tagname": "method",
600         "href": "Base3.html#Ext-Base-method-implement",
601         "shortDoc": "Add methods / properties to the prototype of this class. ...",
602         "static": true,
603         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
604         "private": false,
605         "params": [
606           {
607             "type": "Object",
608             "optional": false,
609             "doc": "\n",
610             "name": "members"
611           }
612         ],
613         "name": "implement",
614         "owner": "Ext.Base",
615         "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",
616         "linenr": 415,
617         "return": {
618           "type": "void",
619           "doc": "\n"
620         },
621         "html_filename": "Base3.html"
622       },
623       {
624         "deprecated": null,
625         "alias": null,
626         "protected": true,
627         "tagname": "method",
628         "href": "Base3.html#Ext-Base-method-initConfig",
629         "shortDoc": "Initialize configuration for this class. ...",
630         "static": false,
631         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
632         "private": false,
633         "params": [
634           {
635             "type": "Object",
636             "optional": false,
637             "doc": "\n",
638             "name": "config"
639           }
640         ],
641         "name": "initConfig",
642         "owner": "Ext.Base",
643         "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",
644         "linenr": 63,
645         "return": {
646           "type": "Object",
647           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
648         },
649         "html_filename": "Base3.html"
650       },
651       {
652         "deprecated": null,
653         "alias": null,
654         "protected": false,
655         "tagname": "method",
656         "href": "Connection.html#Ext-data-Connection-method-isLoading",
657         "shortDoc": "Determine whether this object has a request outstanding. ...",
658         "static": false,
659         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
660         "private": false,
661         "params": [
662           {
663             "type": "Object",
664             "optional": false,
665             "doc": "<p>(Optional) defaults to the last transaction</p>\n",
666             "name": "request"
667           }
668         ],
669         "name": "isLoading",
670         "owner": "Ext.data.Connection",
671         "doc": "<p>Determine whether this object has a request outstanding.</p>\n",
672         "linenr": 622,
673         "return": {
674           "type": "Boolean",
675           "doc": "<p>True if there is an outstanding request.</p>\n"
676         },
677         "html_filename": "Connection.html"
678       },
679       {
680         "deprecated": null,
681         "alias": {
682           "tagname": "alias",
683           "cls": "Ext.util.Observable",
684           "doc": null,
685           "owner": "addManagedListener"
686         },
687         "protected": false,
688         "tagname": "method",
689         "href": "Observable.html#Ext-util-Observable-method-mon",
690         "shortDoc": "Shorthand for addManagedListener. ...",
691         "static": false,
692         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
693         "private": false,
694         "params": [
695           {
696             "type": "Observable/Element",
697             "optional": false,
698             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
699             "name": "item"
700           },
701           {
702             "type": "Object/String",
703             "optional": false,
704             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
705             "name": "ename"
706           },
707           {
708             "type": "Function",
709             "optional": true,
710             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
711             "name": "fn"
712           },
713           {
714             "type": "Object",
715             "optional": true,
716             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
717             "name": "scope"
718           },
719           {
720             "type": "Object",
721             "optional": true,
722             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
723             "name": "opt"
724           }
725         ],
726         "name": "mon",
727         "owner": "Ext.util.Observable",
728         "doc": "<p>Shorthand for <a href=\"#/api/Ext.Ajax-method-addManagedListener\" rel=\"Ext.Ajax-method-addManagedListener\" class=\"docClass\">addManagedListener</a>.</p>\n\n<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
729         "linenr": 681,
730         "return": {
731           "type": "void",
732           "doc": "\n"
733         },
734         "html_filename": "Observable.html"
735       },
736       {
737         "deprecated": null,
738         "alias": {
739           "tagname": "alias",
740           "cls": "Ext.util.Observable",
741           "doc": null,
742           "owner": "removeManagedListener"
743         },
744         "protected": false,
745         "tagname": "method",
746         "href": "Observable.html#Ext-util-Observable-method-mun",
747         "shortDoc": "Shorthand for removeManagedListener. ...",
748         "static": false,
749         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
750         "private": false,
751         "params": [
752           {
753             "type": "Observable|Element",
754             "optional": false,
755             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
756             "name": "item"
757           },
758           {
759             "type": "Object|String",
760             "optional": false,
761             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
762             "name": "ename"
763           },
764           {
765             "type": "Function",
766             "optional": false,
767             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
768             "name": "fn"
769           },
770           {
771             "type": "Object",
772             "optional": false,
773             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
774             "name": "scope"
775           }
776         ],
777         "name": "mun",
778         "owner": "Ext.util.Observable",
779         "doc": "<p>Shorthand for <a href=\"#/api/Ext.Ajax-method-removeManagedListener\" rel=\"Ext.Ajax-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.Ajax-method-mon\" rel=\"Ext.Ajax-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
780         "linenr": 687,
781         "return": {
782           "type": "void",
783           "doc": "\n"
784         },
785         "html_filename": "Observable.html"
786       },
787       {
788         "deprecated": null,
789         "alias": null,
790         "protected": false,
791         "tagname": "method",
792         "href": "Observable.html#Ext-util-Observable-method-observe",
793         "shortDoc": "Sets observability on the passed class constructor. ...",
794         "static": true,
795         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
796         "private": false,
797         "params": [
798           {
799             "type": "Function",
800             "optional": false,
801             "doc": "<p>The class constructor to make observable.</p>\n",
802             "name": "c"
803           },
804           {
805             "type": "Object",
806             "optional": false,
807             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.Ajax-method-addListener\" rel=\"Ext.Ajax-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
808             "name": "listeners"
809           }
810         ],
811         "name": "observe",
812         "owner": "Ext.util.Observable",
813         "doc": "<p>Sets observability on the passed class constructor.</p>\n\n<p>This makes any event fired on any instance of the passed class also fire a single event through\nthe <strong>class</strong> allowing for central handling of events on many instances at once.</p>\n\n<p>Usage:</p>\n\n<pre><code>Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n</code></pre>\n",
814         "linenr": 69,
815         "return": {
816           "type": "void",
817           "doc": "\n"
818         },
819         "html_filename": "Observable.html"
820       },
821       {
822         "deprecated": null,
823         "alias": {
824           "tagname": "alias",
825           "cls": "Ext.util.Observable",
826           "doc": null,
827           "owner": "addListener"
828         },
829         "protected": false,
830         "tagname": "method",
831         "href": "Observable.html#Ext-util-Observable-method-on",
832         "shortDoc": "Shorthand for addListener. ...",
833         "static": false,
834         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
835         "private": false,
836         "params": [
837           {
838             "type": "String",
839             "optional": false,
840             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
841             "name": "eventName"
842           },
843           {
844             "type": "Function",
845             "optional": false,
846             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.Ajax-method-fireEvent\" rel=\"Ext.Ajax-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
847             "name": "handler"
848           },
849           {
850             "type": "Object",
851             "optional": true,
852             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
853             "name": "scope"
854           },
855           {
856             "type": "Object",
857             "optional": true,
858             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>\n\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
859             "name": "options"
860           }
861         ],
862         "name": "on",
863         "owner": "Ext.util.Observable",
864         "doc": "<p>Shorthand for <a href=\"#/api/Ext.Ajax-method-addListener\" rel=\"Ext.Ajax-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
865         "linenr": 669,
866         "return": {
867           "type": "void",
868           "doc": "\n"
869         },
870         "html_filename": "Observable.html"
871       },
872       {
873         "deprecated": null,
874         "alias": null,
875         "protected": false,
876         "tagname": "method",
877         "href": "Base3.html#Ext-Base-method-override",
878         "shortDoc": "Override prototype members of this class. ...",
879         "static": true,
880         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
881         "private": false,
882         "params": [
883           {
884             "type": "Object",
885             "optional": false,
886             "doc": "\n",
887             "name": "members"
888           }
889         ],
890         "name": "override",
891         "owner": "Ext.Base",
892         "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",
893         "linenr": 518,
894         "return": {
895           "type": "Ext.Base",
896           "doc": "<p>this</p>\n"
897         },
898         "html_filename": "Base3.html"
899       },
900       {
901         "deprecated": null,
902         "alias": null,
903         "protected": false,
904         "tagname": "method",
905         "href": "Connection.html#Ext-data-Connection-method-parseStatus",
906         "shortDoc": "Check if the response status was successful ...",
907         "static": false,
908         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
909         "private": false,
910         "params": [
911           {
912             "type": "Number",
913             "optional": false,
914             "doc": "<p>The status code</p>\n",
915             "name": "status"
916           }
917         ],
918         "name": "parseStatus",
919         "owner": "Ext.data.Connection",
920         "doc": "<p>Check if the response status was successful</p>\n",
921         "linenr": 743,
922         "return": {
923           "type": "Object",
924           "doc": "<p>An object containing success/status state</p>\n"
925         },
926         "html_filename": "Connection.html"
927       },
928       {
929         "deprecated": null,
930         "alias": null,
931         "protected": false,
932         "tagname": "method",
933         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
934         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
935         "static": false,
936         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
937         "private": false,
938         "params": [
939           {
940             "type": "Object",
941             "optional": false,
942             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
943             "name": "origin"
944           },
945           {
946             "type": "[String]",
947             "optional": false,
948             "doc": "<p>Array of event names to relay.</p>\n",
949             "name": "events"
950           },
951           {
952             "type": "Object",
953             "optional": false,
954             "doc": "\n",
955             "name": "prefix"
956           }
957         ],
958         "name": "relayEvents",
959         "owner": "Ext.util.Observable",
960         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
961         "linenr": 573,
962         "return": {
963           "type": "void",
964           "doc": "\n"
965         },
966         "html_filename": "Observable.html"
967       },
968       {
969         "deprecated": null,
970         "alias": null,
971         "protected": false,
972         "tagname": "method",
973         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
974         "shortDoc": "Removes all added captures from the Observable. ...",
975         "static": true,
976         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
977         "private": false,
978         "params": [
979           {
980             "type": "Observable",
981             "optional": false,
982             "doc": "<p>The Observable to release</p>\n",
983             "name": "o"
984           }
985         ],
986         "name": "releaseCapture",
987         "owner": "Ext.util.Observable",
988         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
989         "linenr": 44,
990         "return": {
991           "type": "void",
992           "doc": "\n"
993         },
994         "html_filename": "Observable.html"
995       },
996       {
997         "deprecated": null,
998         "alias": null,
999         "protected": false,
1000         "tagname": "method",
1001         "href": "Observable.html#Ext-util-Observable-method-removeListener",
1002         "shortDoc": "Removes an event handler. ...",
1003         "static": false,
1004         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1005         "private": false,
1006         "params": [
1007           {
1008             "type": "String",
1009             "optional": false,
1010             "doc": "<p>The type of event the handler was associated with.</p>\n",
1011             "name": "eventName"
1012           },
1013           {
1014             "type": "Function",
1015             "optional": false,
1016             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.Ajax-method-addListener\" rel=\"Ext.Ajax-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1017             "name": "handler"
1018           },
1019           {
1020             "type": "Object",
1021             "optional": true,
1022             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1023             "name": "scope"
1024           }
1025         ],
1026         "name": "removeListener",
1027         "owner": "Ext.util.Observable",
1028         "doc": "<p>Removes an event handler.</p>\n",
1029         "linenr": 392,
1030         "return": {
1031           "type": "void",
1032           "doc": "\n"
1033         },
1034         "html_filename": "Observable.html"
1035       },
1036       {
1037         "deprecated": null,
1038         "alias": null,
1039         "protected": false,
1040         "tagname": "method",
1041         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1042         "shortDoc": "Removes listeners that were added by the mon method. ...",
1043         "static": false,
1044         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1045         "private": false,
1046         "params": [
1047           {
1048             "type": "Observable|Element",
1049             "optional": false,
1050             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1051             "name": "item"
1052           },
1053           {
1054             "type": "Object|String",
1055             "optional": false,
1056             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1057             "name": "ename"
1058           },
1059           {
1060             "type": "Function",
1061             "optional": false,
1062             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1063             "name": "fn"
1064           },
1065           {
1066             "type": "Object",
1067             "optional": false,
1068             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
1069             "name": "scope"
1070           }
1071         ],
1072         "name": "removeManagedListener",
1073         "owner": "Ext.util.Observable",
1074         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.Ajax-method-mon\" rel=\"Ext.Ajax-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1075         "linenr": 197,
1076         "return": {
1077           "type": "void",
1078           "doc": "\n"
1079         },
1080         "html_filename": "Observable.html"
1081       },
1082       {
1083         "deprecated": null,
1084         "alias": null,
1085         "protected": false,
1086         "tagname": "method",
1087         "href": "Connection.html#Ext-data-Connection-method-request",
1088         "shortDoc": "Sends an HTTP request to a remote server. ...",
1089         "static": false,
1090         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
1091         "private": false,
1092         "params": [
1093           {
1094             "type": "Object",
1095             "optional": false,
1096             "doc": "<p>An object which may contain the following properties:<ul>\n<li><b>url</b> : String/Function (Optional)<div class=\"sub-desc\">The URL to\nwhich to send the request, or a function to call which returns a URL string. The scope of the\nfunction is specified by the <tt>scope</tt> option. Defaults to the configured\n<tt><a href=\"#/api/Ext.Ajax-property-url\" rel=\"Ext.Ajax-property-url\" class=\"docClass\">url</a></tt>.</div></li>\n<li><b>params</b> : Object/String/Function (Optional)<div class=\"sub-desc\">\nAn object containing properties which are used as parameters to the\nrequest, a url encoded string or a function to call to get either. The scope of the function\nis specified by the <tt>scope</tt> option.</div></li>\n<li><b>method</b> : String (Optional)<div class=\"sub-desc\">The HTTP method to use\nfor the request. Defaults to the configured method, or if no method was configured,\n\"GET\" if no parameters are being sent, and \"POST\" if parameters are being sent.  Note that\nthe method name is case-sensitive and should be all caps.</div></li>\n<li><b>callback</b> : Function (Optional)<div class=\"sub-desc\">The\nfunction to be called upon receipt of the HTTP response. The callback is\ncalled regardless of success or failure and is passed the following\nparameters:<ul>\n<li><b>options</b> : Object<div class=\"sub-desc\">The parameter to the request call.</div></li>\n<li><b>success</b> : Boolean<div class=\"sub-desc\">True if the request succeeded.</div></li>\n<li><b>response</b> : Object<div class=\"sub-desc\">The XMLHttpRequest object containing the response data.\nSee <a href=\"http://www.w3.org/TR/XMLHttpRequest/\">http://www.w3.org/TR/XMLHttpRequest/</a> for details about\naccessing elements of the response.</div></li>\n</ul></div></li>\n<li><a id=\"request-option-success\"></a><b>success</b> : Function (Optional)<div class=\"sub-desc\">The function\nto be called upon success of the request. The callback is passed the following\nparameters:<ul>\n<li><b>response</b> : Object<div class=\"sub-desc\">The XMLHttpRequest object containing the response data.</div></li>\n<li><b>options</b> : Object<div class=\"sub-desc\">The parameter to the request call.</div></li>\n</ul></div></li>\n<li><b>failure</b> : Function (Optional)<div class=\"sub-desc\">The function\nto be called upon failure of the request. The callback is passed the\nfollowing parameters:<ul>\n<li><b>response</b> : Object<div class=\"sub-desc\">The XMLHttpRequest object containing the response data.</div></li>\n<li><b>options</b> : Object<div class=\"sub-desc\">The parameter to the request call.</div></li>\n</ul></div></li>\n<li><b>scope</b> : Object (Optional)<div class=\"sub-desc\">The scope in\nwhich to execute the callbacks: The \"this\" object for the callback function. If the <tt>url</tt>, or <tt>params</tt> options were\nspecified as functions from which to draw values, then this also serves as the scope for those function calls.\nDefaults to the browser window.</div></li>\n<li><b>timeout</b> : Number (Optional)<div class=\"sub-desc\">The timeout in milliseconds to be used for this request. Defaults to 30 seconds.</div></li>\n<li><b>form</b> : Element/HTMLElement/String (Optional)<div class=\"sub-desc\">The <tt>&lt;form&gt;</tt>\nElement or the id of the <tt>&lt;form&gt;</tt> to pull parameters from.</div></li>\n<li><a id=\"request-option-isUpload\"></a><b>isUpload</b> : Boolean (Optional)<div class=\"sub-desc\"><b>Only meaningful when used\nwith the <tt>form</tt> option</b>.</p>\n\n<p>True if the form object is a file upload (will be set automatically if the form was\nconfigured with <b><tt>enctype</tt></b> \"multipart/form-data\").</p>\n\n\n<p>File uploads are not performed using normal \"Ajax\" techniques, that is they are <b>not</b>\nperformed using XMLHttpRequests. Instead the form is submitted in the standard manner with the\nDOM <tt>&lt;form></tt> element temporarily modified to have its\n<a href=\"http://www.w3.org/TR/REC-html40/present/frames.html#adef-target\">target</a> set to refer\nto a dynamically generated, hidden <tt>&lt;iframe></tt> which is inserted into the document\nbut removed after the return data has been gathered.</p>\n\n\n<p>The server response is parsed by the browser to create the document for the IFRAME. If the\nserver is using JSON to send the return object, then the\n<a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17\">Content-Type</a> header\nmust be set to \"text/html\" in order to tell the browser to insert the text unchanged into the document body.</p>\n\n\n<p>The response text is retrieved from the document, and a fake XMLHttpRequest object\nis created containing a <tt>responseText</tt> property in order to conform to the\nrequirements of event handlers and callbacks.</p>\n\n\n<p>Be aware that file upload packets are sent with the content type <a href=\"http://www.faqs.org/rfcs/rfc2388.html\">multipart/form</a>\nand some server technologies (notably JEE) may require some custom processing in order to\nretrieve parameter names and parameter values from the packet content.</p>\n\n\n<p></div></li>\n<li><b>headers</b> : Object (Optional)<div class=\"sub-desc\">Request\nheaders to set for the request.</div></li>\n<li><b>xmlData</b> : Object (Optional)<div class=\"sub-desc\">XML document\nto use for the post. Note: This will be used instead of params for the post\ndata. Any params will be appended to the URL.</div></li>\n<li><b>jsonData</b> : Object/String (Optional)<div class=\"sub-desc\">JSON\ndata to use as the post. Note: This will be used instead of params for the post\ndata. Any params will be appended to the URL.</div></li>\n<li><b>disableCaching</b> : Boolean (Optional)<div class=\"sub-desc\">True\nto add a unique cache-buster param to GET requests.</div></li>\n</ul></p></p>\n\n<p>The options object may also contain any other property which might be needed to perform\npostprocessing in a callback because it is passed to callback functions.</p>\n\n",
1097             "name": "options"
1098           }
1099         ],
1100         "name": "request",
1101         "owner": "Ext.data.Connection",
1102         "doc": "<p>Sends an HTTP request to a remote server.</p>\n\n\n<p><b>Important:</b> Ajax server requests are asynchronous, and this call will\nreturn before the response has been received. Process any returned data\nin a callback function.</p>\n\n\n<pre><code>Ext.Ajax.request({\nurl: 'ajax_demo/sample.json',\nsuccess: function(response, opts) {\n  var obj = Ext.decode(response.responseText);\n  console.dir(obj);\n},\nfailure: function(response, opts) {\n  console.log('server-side failure with status code ' + response.status);\n}\n});\n</code></pre>\n\n\n<p>To execute a callback function in the correct scope, use the <tt>scope</tt> option.</p>\n\n",
1103         "linenr": 112,
1104         "return": {
1105           "type": "Object",
1106           "doc": "<p>request The request object. This may be used\nto cancel the request.</p>\n"
1107         },
1108         "html_filename": "Connection.html"
1109       },
1110       {
1111         "deprecated": null,
1112         "alias": null,
1113         "protected": false,
1114         "tagname": "method",
1115         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
1116         "shortDoc": "Resumes firing events (see suspendEvents). ...",
1117         "static": false,
1118         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1119         "private": false,
1120         "params": [
1121
1122         ],
1123         "name": "resumeEvents",
1124         "owner": "Ext.util.Observable",
1125         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.Ajax-method-suspendEvents\" rel=\"Ext.Ajax-method-suspendEvents\" class=\"docClass\">suspendEvents</a>).</p>\n\n<p>If events were suspended using the <code>**queueSuspended**</code> parameter, then all events fired\nduring event suspension will be sent to any listeners now.</p>\n",
1126         "linenr": 554,
1127         "return": {
1128           "type": "void",
1129           "doc": "\n"
1130         },
1131         "html_filename": "Observable.html"
1132       },
1133       {
1134         "deprecated": null,
1135         "alias": null,
1136         "protected": false,
1137         "tagname": "method",
1138         "href": "Connection.html#Ext-data-Connection-method-setOptions",
1139         "shortDoc": "Set various options such as the url, params for the request ...",
1140         "static": false,
1141         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
1142         "private": false,
1143         "params": [
1144           {
1145             "type": "Object",
1146             "optional": false,
1147             "doc": "<p>The initial options</p>\n",
1148             "name": "options"
1149           },
1150           {
1151             "type": "Object",
1152             "optional": false,
1153             "doc": "<p>The scope to execute in</p>\n",
1154             "name": "scope"
1155           }
1156         ],
1157         "name": "setOptions",
1158         "owner": "Ext.data.Connection",
1159         "doc": "<p>Set various options such as the url, params for the request</p>\n",
1160         "linenr": 409,
1161         "return": {
1162           "type": "Object",
1163           "doc": "<p>The params for the request</p>\n"
1164         },
1165         "html_filename": "Connection.html"
1166       },
1167       {
1168         "deprecated": null,
1169         "alias": null,
1170         "protected": true,
1171         "tagname": "method",
1172         "href": "Base3.html#Ext-Base-method-statics",
1173         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
1174         "static": false,
1175         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1176         "private": false,
1177         "params": [
1178
1179         ],
1180         "name": "statics",
1181         "owner": "Ext.Base",
1182         "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",
1183         "linenr": 199,
1184         "return": {
1185           "type": "Class",
1186           "doc": "\n"
1187         },
1188         "html_filename": "Base3.html"
1189       },
1190       {
1191         "deprecated": null,
1192         "alias": null,
1193         "protected": false,
1194         "tagname": "method",
1195         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1196         "shortDoc": "Suspends the firing of all events. ...",
1197         "static": false,
1198         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1199         "private": false,
1200         "params": [
1201           {
1202             "type": "Boolean",
1203             "optional": false,
1204             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.Ajax-method-resumeEvents\" rel=\"Ext.Ajax-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
1205             "name": "queueSuspended"
1206           }
1207         ],
1208         "name": "suspendEvents",
1209         "owner": "Ext.util.Observable",
1210         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.Ajax-method-resumeEvents\" rel=\"Ext.Ajax-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
1211         "linenr": 541,
1212         "return": {
1213           "type": "void",
1214           "doc": "\n"
1215         },
1216         "html_filename": "Observable.html"
1217       },
1218       {
1219         "deprecated": null,
1220         "alias": {
1221           "tagname": "alias",
1222           "cls": "Ext.util.Observable",
1223           "doc": null,
1224           "owner": "removeListener"
1225         },
1226         "protected": false,
1227         "tagname": "method",
1228         "href": "Observable.html#Ext-util-Observable-method-un",
1229         "shortDoc": "Shorthand for removeListener. ...",
1230         "static": false,
1231         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1232         "private": false,
1233         "params": [
1234           {
1235             "type": "String",
1236             "optional": false,
1237             "doc": "<p>The type of event the handler was associated with.</p>\n",
1238             "name": "eventName"
1239           },
1240           {
1241             "type": "Function",
1242             "optional": false,
1243             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.Ajax-method-addListener\" rel=\"Ext.Ajax-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1244             "name": "handler"
1245           },
1246           {
1247             "type": "Object",
1248             "optional": true,
1249             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1250             "name": "scope"
1251           }
1252         ],
1253         "name": "un",
1254         "owner": "Ext.util.Observable",
1255         "doc": "<p>Shorthand for <a href=\"#/api/Ext.Ajax-method-removeListener\" rel=\"Ext.Ajax-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
1256         "linenr": 675,
1257         "return": {
1258           "type": "void",
1259           "doc": "\n"
1260         },
1261         "html_filename": "Observable.html"
1262       },
1263       {
1264         "deprecated": null,
1265         "alias": null,
1266         "protected": false,
1267         "tagname": "method",
1268         "href": "Connection.html#Ext-data-Connection-method-upload",
1269         "shortDoc": "Upload a form using a hidden iframe. ...",
1270         "static": false,
1271         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
1272         "private": false,
1273         "params": [
1274           {
1275             "type": "Mixed",
1276             "optional": false,
1277             "doc": "<p>The form to upload</p>\n",
1278             "name": "form"
1279           },
1280           {
1281             "type": "String",
1282             "optional": false,
1283             "doc": "<p>The url to post to</p>\n",
1284             "name": "url"
1285           },
1286           {
1287             "type": "String",
1288             "optional": false,
1289             "doc": "<p>Any extra parameters to pass</p>\n",
1290             "name": "params"
1291           },
1292           {
1293             "type": "Object",
1294             "optional": false,
1295             "doc": "<p>The initial options</p>\n",
1296             "name": "options"
1297           }
1298         ],
1299         "name": "upload",
1300         "owner": "Ext.data.Connection",
1301         "doc": "<p>Upload a form using a hidden iframe.</p>\n",
1302         "linenr": 280,
1303         "return": {
1304           "type": "void",
1305           "doc": "\n"
1306         },
1307         "html_filename": "Connection.html"
1308       }
1309     ],
1310     "property": [
1311       {
1312         "type": "Boolean",
1313         "deprecated": null,
1314         "alias": null,
1315         "protected": false,
1316         "tagname": "property",
1317         "href": "Ajax2.html#Ext-Ajax-property-autoAbort",
1318         "shortDoc": "Whether a new request should abort any pending requests. ...",
1319         "static": false,
1320         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1321         "private": false,
1322         "name": "autoAbort",
1323         "owner": "Ext.Ajax",
1324         "doc": "<p>Whether a new request should abort any pending requests. (defaults to false)</p>\n",
1325         "linenr": 106,
1326         "html_filename": "Ajax2.html"
1327       },
1328       {
1329         "type": "Object",
1330         "deprecated": null,
1331         "alias": null,
1332         "protected": false,
1333         "tagname": "property",
1334         "href": "Ajax2.html#Ext-Ajax-property-defaultHeaders",
1335         "static": false,
1336         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1337         "private": false,
1338         "name": "defaultHeaders",
1339         "owner": "Ext.Ajax",
1340         "doc": "<p>An object containing request headers which are added to each request made by this object\n(defaults to undefined).</p>\n",
1341         "linenr": 87,
1342         "html_filename": "Ajax2.html"
1343       },
1344       {
1345         "type": "Boolean",
1346         "deprecated": null,
1347         "alias": null,
1348         "protected": false,
1349         "tagname": "property",
1350         "href": "Ajax2.html#Ext-Ajax-property-disableCaching",
1351         "shortDoc": "True to add a unique cache-buster param to GET requests. ...",
1352         "static": false,
1353         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1354         "private": false,
1355         "name": "disableCaching",
1356         "owner": "Ext.Ajax",
1357         "doc": "<p>True to add a unique cache-buster param to GET requests. (defaults to true)</p>\n",
1358         "linenr": 68,
1359         "html_filename": "Ajax2.html"
1360       },
1361       {
1362         "type": "Object",
1363         "deprecated": null,
1364         "alias": null,
1365         "protected": false,
1366         "tagname": "property",
1367         "href": "Ajax2.html#Ext-Ajax-property-extraParams",
1368         "shortDoc": "An object containing properties which are used as extra parameters to each request made\nby this object (defaults to u...",
1369         "static": false,
1370         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1371         "private": false,
1372         "name": "extraParams",
1373         "owner": "Ext.Ajax",
1374         "doc": "<p>An object containing properties which are used as extra parameters to each request made\nby this object (defaults to undefined). Session information and other data that you need\nto pass with each request are commonly put here.</p>\n",
1375         "linenr": 80,
1376         "html_filename": "Ajax2.html"
1377       },
1378       {
1379         "type": "String",
1380         "deprecated": null,
1381         "alias": null,
1382         "protected": false,
1383         "tagname": "property",
1384         "href": "Ajax2.html#Ext-Ajax-property-method",
1385         "shortDoc": "The default HTTP method to be used for requests. ...",
1386         "static": false,
1387         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1388         "private": false,
1389         "name": "method",
1390         "owner": "Ext.Ajax",
1391         "doc": "<p>The default HTTP method to be used for requests. Note that this is case-sensitive and\nshould be all caps (defaults to undefined; if not set but params are present will use\n<tt>\"POST\"</tt>, otherwise will use <tt>\"GET\"</tt>.)</p>\n",
1392         "linenr": 93,
1393         "html_filename": "Ajax2.html"
1394       },
1395       {
1396         "type": "Class",
1397         "deprecated": null,
1398         "alias": null,
1399         "protected": true,
1400         "tagname": "property",
1401         "href": "Base3.html#Ext-Base-property-self",
1402         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
1403         "static": false,
1404         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1405         "private": false,
1406         "name": "self",
1407         "owner": "Ext.Base",
1408         "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",
1409         "linenr": 18,
1410         "html_filename": "Base3.html"
1411       },
1412       {
1413         "type": "Number",
1414         "deprecated": null,
1415         "alias": null,
1416         "protected": false,
1417         "tagname": "property",
1418         "href": "Ajax2.html#Ext-Ajax-property-timeout",
1419         "shortDoc": "The timeout in milliseconds to be used for requests. ...",
1420         "static": false,
1421         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1422         "private": false,
1423         "name": "timeout",
1424         "owner": "Ext.Ajax",
1425         "doc": "<p>The timeout in milliseconds to be used for requests. (defaults to 30000)</p>\n",
1426         "linenr": 100,
1427         "html_filename": "Ajax2.html"
1428       },
1429       {
1430         "type": "String",
1431         "deprecated": null,
1432         "alias": null,
1433         "protected": false,
1434         "tagname": "property",
1435         "href": "Ajax2.html#Ext-Ajax-property-url",
1436         "shortDoc": "The default URL to be used for requests to the server. ...",
1437         "static": false,
1438         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1439         "private": false,
1440         "name": "url",
1441         "owner": "Ext.Ajax",
1442         "doc": "<p>The default URL to be used for requests to the server. (defaults to undefined)\nIf the server receives all requests through one URL, setting this once is easier than\nentering it on every request.</p>\n",
1443         "linenr": 73,
1444         "html_filename": "Ajax2.html"
1445       }
1446     ],
1447     "cssVar": [
1448
1449     ],
1450     "cssMixin": [
1451
1452     ],
1453     "event": [
1454       {
1455         "deprecated": null,
1456         "alias": null,
1457         "protected": false,
1458         "tagname": "event",
1459         "href": "Connection.html#Ext-data-Connection-event-beforerequest",
1460         "shortDoc": "Fires before a network request is made to retrieve a data object. ...",
1461         "static": false,
1462         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
1463         "private": false,
1464         "params": [
1465           {
1466             "type": "Connection",
1467             "optional": false,
1468             "doc": "<p>This Connection object.</p>\n",
1469             "name": "conn"
1470           },
1471           {
1472             "type": "Object",
1473             "optional": false,
1474             "doc": "<p>The options config object passed to the <a href=\"#/api/Ext.Ajax-method-request\" rel=\"Ext.Ajax-method-request\" class=\"docClass\">request</a> method.</p>\n",
1475             "name": "options"
1476           },
1477           {
1478             "type": "Object",
1479             "tagname": "param",
1480             "name": "options",
1481             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1482           }
1483         ],
1484         "name": "beforerequest",
1485         "owner": "Ext.data.Connection",
1486         "doc": "<p>Fires before a network request is made to retrieve a data object.</p>\n",
1487         "linenr": 78,
1488         "html_filename": "Connection.html"
1489       },
1490       {
1491         "deprecated": null,
1492         "alias": null,
1493         "protected": false,
1494         "tagname": "event",
1495         "href": "Connection.html#Ext-data-Connection-event-requestcomplete",
1496         "shortDoc": "Fires if the request was successfully completed. ...",
1497         "static": false,
1498         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
1499         "private": false,
1500         "params": [
1501           {
1502             "type": "Connection",
1503             "optional": false,
1504             "doc": "<p>This Connection object.</p>\n",
1505             "name": "conn"
1506           },
1507           {
1508             "type": "Object",
1509             "optional": false,
1510             "doc": "<p>The XHR object containing the response data.\nSee <a href=\"http://www.w3.org/TR/XMLHttpRequest/\">The XMLHttpRequest Object</a>\nfor details.</p>\n",
1511             "name": "response"
1512           },
1513           {
1514             "type": "Object",
1515             "optional": false,
1516             "doc": "<p>The options config object passed to the <a href=\"#/api/Ext.Ajax-method-request\" rel=\"Ext.Ajax-method-request\" class=\"docClass\">request</a> method.</p>\n",
1517             "name": "options"
1518           },
1519           {
1520             "type": "Object",
1521             "tagname": "param",
1522             "name": "options",
1523             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1524           }
1525         ],
1526         "name": "requestcomplete",
1527         "owner": "Ext.data.Connection",
1528         "doc": "<p>Fires if the request was successfully completed.</p>\n",
1529         "linenr": 85,
1530         "html_filename": "Connection.html"
1531       },
1532       {
1533         "deprecated": null,
1534         "alias": null,
1535         "protected": false,
1536         "tagname": "event",
1537         "href": "Connection.html#Ext-data-Connection-event-requestexception",
1538         "shortDoc": "Fires if an error HTTP status was returned from the server. ...",
1539         "static": false,
1540         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Connection.js",
1541         "private": false,
1542         "params": [
1543           {
1544             "type": "Connection",
1545             "optional": false,
1546             "doc": "<p>This Connection object.</p>\n",
1547             "name": "conn"
1548           },
1549           {
1550             "type": "Object",
1551             "optional": false,
1552             "doc": "<p>The XHR object containing the response data.\nSee <a href=\"http://www.w3.org/TR/XMLHttpRequest/\">The XMLHttpRequest Object</a>\nfor details.</p>\n",
1553             "name": "response"
1554           },
1555           {
1556             "type": "Object",
1557             "optional": false,
1558             "doc": "<p>The options config object passed to the <a href=\"#/api/Ext.Ajax-method-request\" rel=\"Ext.Ajax-method-request\" class=\"docClass\">request</a> method.</p>\n",
1559             "name": "options"
1560           },
1561           {
1562             "type": "Object",
1563             "tagname": "param",
1564             "name": "options",
1565             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1566           }
1567         ],
1568         "name": "requestexception",
1569         "owner": "Ext.data.Connection",
1570         "doc": "<p>Fires if an error HTTP status was returned from the server.\nSee <a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\">HTTP Status Code Definitions</a>\nfor details of HTTP status codes.</p>\n",
1571         "linenr": 95,
1572         "html_filename": "Connection.html"
1573       }
1574     ]
1575   },
1576   "singleton": true,
1577   "alias": null,
1578   "superclasses": [
1579     "Ext.Base",
1580     "Ext.data.Connection"
1581   ],
1582   "protected": false,
1583   "tagname": "class",
1584   "mixins": [
1585
1586   ],
1587   "href": "Ajax2.html#Ext-Ajax",
1588   "subclasses": [
1589
1590   ],
1591   "static": false,
1592   "author": null,
1593   "component": false,
1594   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/Ajax.js",
1595   "private": false,
1596   "alternateClassNames": [
1597
1598   ],
1599   "name": "Ext.Ajax",
1600   "doc": "<p>A singleton instance of an <a href=\"#/api/Ext.data.Connection\" rel=\"Ext.data.Connection\" class=\"docClass\">Ext.data.Connection</a>. This class\nis used to communicate with your server side code. It can be used as follows:</p>\n\n<pre><code>Ext.Ajax.request({\n    url: 'page.php',\n    params: {\n        id: 1\n    },\n    success: function(response){\n        var text = response.responseText;\n        // process server response here\n    }\n});\n</code></pre>\n\n<p>Default options for all requests can be set by changing a property on the <a href=\"#/api/Ext.Ajax\" rel=\"Ext.Ajax\" class=\"docClass\">Ext.Ajax</a> class:</p>\n\n<pre><code>Ext.Ajax.timeout = 60000; // 60 seconds\n</code></pre>\n\n<p>Any options specified in the request method for the Ajax request will override any\ndefaults set on the <a href=\"#/api/Ext.Ajax\" rel=\"Ext.Ajax\" class=\"docClass\">Ext.Ajax</a> class. In the code sample below, the timeout for the\nrequest will be 60 seconds.</p>\n\n<pre><code>Ext.Ajax.timeout = 120000; // 120 seconds\nExt.Ajax.request({\n    url: 'page.aspx',\n    timeout: 60000\n});\n</code></pre>\n\n<p>In general, this class will be used for all Ajax requests in your application.\nThe main reason for creating a separate <a href=\"#/api/Ext.data.Connection\" rel=\"Ext.data.Connection\" class=\"docClass\">Ext.data.Connection</a> is for a\nseries of requests that share common settings that are different to all other\nrequests in the application.</p>\n",
1601   "mixedInto": [
1602
1603   ],
1604   "linenr": 1,
1605   "xtypes": [
1606
1607   ],
1608   "html_filename": "Ajax2.html",
1609   "extends": "Ext.data.Connection"
1610 });