Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.data.proxy.Ajax.js
1 Ext.data.JsonP.Ext_data_proxy_Ajax({
2   "allMixins": [
3     "Ext.util.Observable"
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "Object",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "Server.html#Ext-data-proxy-Server-cfg-api",
16         "shortDoc": "Specific urls to call on CRUD action methods \"create\", \"read\", \"update\" and \"destroy\". ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
19         "private": false,
20         "name": "api",
21         "owner": "Ext.data.proxy.Server",
22         "doc": "<p>Specific urls to call on CRUD action methods \"create\", \"read\", \"update\" and \"destroy\".\nDefaults to:</p>\n\n<pre><code>api: {\n    create  : undefined,\n    read    : undefined,\n    update  : undefined,\n    destroy : undefined\n}\n</code></pre>\n\n\n<p>The url is built based upon the action being executed <tt>[create|read|update|destroy]</tt>\nusing the commensurate <tt><a href=\"#/api/Ext.data.proxy.Ajax-cfg-api\" rel=\"Ext.data.proxy.Ajax-cfg-api\" class=\"docClass\">api</a></tt> property, or if undefined default to the\nconfigured <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a>.<a href=\"#/api/Ext.data.proxy.Server-cfg-url\" rel=\"Ext.data.proxy.Server-cfg-url\" class=\"docClass\">url</a>.</p>\n\n\n<br>\n\n\n<p>For example:</p>\n\n\n<pre><code>api: {\n    create  : '/controller/new',\n    read    : '/controller/load',\n    update  : '/controller/update',\n    destroy : '/controller/destroy_action'\n}\n</code></pre>\n\n\n<p>If the specific URL for a given CRUD action is undefined, the CRUD action request\nwill be directed to the configured <tt><a href=\"#/api/Ext.data.proxy.Server-cfg-url\" rel=\"Ext.data.proxy.Server-cfg-url\" class=\"docClass\">url</a></tt>.</p>\n\n",
23         "linenr": 98,
24         "html_filename": "Server.html"
25       },
26       {
27         "type": "Boolean",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "Proxy2.html#Ext-data-proxy-Proxy-cfg-batchActions",
33         "shortDoc": "True to batch actions of a particular type when synchronizing the store. ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
36         "private": false,
37         "name": "batchActions",
38         "owner": "Ext.data.proxy.Proxy",
39         "doc": "<p>True to batch actions of a particular type when synchronizing the store.\nDefaults to <tt>true</tt>.</p>\n",
40         "linenr": 61,
41         "html_filename": "Proxy2.html"
42       },
43       {
44         "type": "String",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "Proxy2.html#Ext-data-proxy-Proxy-cfg-batchOrder",
50         "shortDoc": "Comma-separated ordering 'create', 'update' and 'destroy' actions when batching. ...",
51         "static": false,
52         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
53         "private": false,
54         "name": "batchOrder",
55         "owner": "Ext.data.proxy.Proxy",
56         "doc": "<p>Comma-separated ordering 'create', 'update' and 'destroy' actions when batching. Override this\nto set a different order for the batched CRUD actions to be executed in. Defaults to 'create,update,destroy'</p>\n",
57         "linenr": 54,
58         "html_filename": "Proxy2.html"
59       },
60       {
61         "type": "String",
62         "deprecated": null,
63         "alias": null,
64         "protected": false,
65         "tagname": "cfg",
66         "href": "Server.html#Ext-data-proxy-Server-cfg-cacheString",
67         "static": false,
68         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
69         "private": false,
70         "name": "cacheString",
71         "owner": "Ext.data.proxy.Server",
72         "doc": "<p>The name of the cache param added to the url when using noCache (defaults to \"_dc\")</p>\n",
73         "linenr": 87,
74         "html_filename": "Server.html"
75       },
76       {
77         "type": "String",
78         "deprecated": null,
79         "alias": null,
80         "protected": false,
81         "tagname": "cfg",
82         "href": "Server.html#Ext-data-proxy-Server-cfg-directionParam",
83         "shortDoc": "The name of the direction parameter to send in a request. ...",
84         "static": false,
85         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
86         "private": false,
87         "name": "directionParam",
88         "owner": "Ext.data.proxy.Server",
89         "doc": "<p>The name of the direction parameter to send in a request. <strong>This is only used when simpleSortMode is set to true.</strong>\nDefaults to 'dir'.</p>\n",
90         "linenr": 69,
91         "html_filename": "Server.html"
92       },
93       {
94         "type": "Object",
95         "deprecated": null,
96         "alias": null,
97         "protected": false,
98         "tagname": "cfg",
99         "href": "Server.html#Ext-data-proxy-Server-cfg-extraParams",
100         "shortDoc": "Extra parameters that will be included on every request. ...",
101         "static": false,
102         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
103         "private": false,
104         "name": "extraParams",
105         "owner": "Ext.data.proxy.Server",
106         "doc": "<p>Extra parameters that will be included on every request. Individual requests with params\nof the same name will override these params when they are in conflict.</p>\n",
107         "linenr": 144,
108         "html_filename": "Server.html"
109       },
110       {
111         "type": "String",
112         "deprecated": null,
113         "alias": null,
114         "protected": false,
115         "tagname": "cfg",
116         "href": "Server.html#Ext-data-proxy-Server-cfg-filterParam",
117         "shortDoc": "The name of the 'filter' parameter to send in a request. ...",
118         "static": false,
119         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
120         "private": false,
121         "name": "filterParam",
122         "owner": "Ext.data.proxy.Server",
123         "doc": "<p>The name of the 'filter' parameter to send in a request. Defaults to 'filter'. Set\nthis to undefined if you don't want to send a filter parameter</p>\n",
124         "linenr": 63,
125         "html_filename": "Server.html"
126       },
127       {
128         "type": "String",
129         "deprecated": null,
130         "alias": null,
131         "protected": false,
132         "tagname": "cfg",
133         "href": "Server.html#Ext-data-proxy-Server-cfg-groupParam",
134         "shortDoc": "The name of the 'group' parameter to send in a request. ...",
135         "static": false,
136         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
137         "private": false,
138         "name": "groupParam",
139         "owner": "Ext.data.proxy.Server",
140         "doc": "<p>The name of the 'group' parameter to send in a request. Defaults to 'group'. Set this\nto undefined if you don't want to send a group parameter</p>\n",
141         "linenr": 51,
142         "html_filename": "Server.html"
143       },
144       {
145         "type": "Object",
146         "deprecated": null,
147         "alias": null,
148         "protected": false,
149         "tagname": "cfg",
150         "href": "Ajax.html#Ext-data-proxy-Ajax-cfg-headers",
151         "shortDoc": "Any headers to add to the Ajax request. ...",
152         "static": false,
153         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Ajax.js",
154         "private": false,
155         "name": "headers",
156         "owner": "Ext.data.proxy.Ajax",
157         "doc": "<p>Any headers to add to the Ajax request. Defaults to <tt>undefined</tt>.</p>\n",
158         "linenr": 252,
159         "html_filename": "Ajax.html"
160       },
161       {
162         "type": "String",
163         "deprecated": null,
164         "alias": null,
165         "protected": false,
166         "tagname": "cfg",
167         "href": "Server.html#Ext-data-proxy-Server-cfg-limitParam",
168         "shortDoc": "The name of the 'limit' parameter to send in a request. ...",
169         "static": false,
170         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
171         "private": false,
172         "name": "limitParam",
173         "owner": "Ext.data.proxy.Server",
174         "doc": "<p>The name of the 'limit' parameter to send in a request. Defaults to 'limit'. Set this\nto undefined if you don't want to send a limit parameter</p>\n",
175         "linenr": 45,
176         "html_filename": "Server.html"
177       },
178       {
179         "type": "Object",
180         "deprecated": null,
181         "alias": null,
182         "protected": false,
183         "tagname": "cfg",
184         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
185         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
186         "static": false,
187         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
188         "private": false,
189         "name": "listeners",
190         "owner": "Ext.util.Observable",
191         "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.data.proxy.Ajax-method-addListener\" rel=\"Ext.data.proxy.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",
192         "linenr": 102,
193         "html_filename": "Observable.html"
194       },
195       {
196         "type": "String/Ext.data.Model",
197         "deprecated": null,
198         "alias": null,
199         "protected": false,
200         "tagname": "cfg",
201         "href": "Proxy2.html#Ext-data-proxy-Proxy-cfg-model",
202         "shortDoc": "The name of the Model to tie to this Proxy. ...",
203         "static": false,
204         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
205         "private": false,
206         "name": "model",
207         "owner": "Ext.data.proxy.Proxy",
208         "doc": "<p>The name of the Model to tie to this Proxy. Can be either the string name of\nthe Model, or a reference to the Model constructor. Required.</p>\n",
209         "linenr": 79,
210         "html_filename": "Proxy2.html"
211       },
212       {
213         "type": "Boolean",
214         "deprecated": null,
215         "alias": null,
216         "protected": false,
217         "tagname": "cfg",
218         "href": "Server.html#Ext-data-proxy-Server-cfg-noCache",
219         "shortDoc": "(optional) Defaults to true. ...",
220         "static": false,
221         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
222         "private": false,
223         "name": "noCache",
224         "owner": "Ext.data.proxy.Server",
225         "doc": "<p>(optional) Defaults to true. Disable caching by adding a unique parameter\nname to the request.</p>\n",
226         "linenr": 81,
227         "html_filename": "Server.html"
228       },
229       {
230         "type": "String",
231         "deprecated": null,
232         "alias": null,
233         "protected": false,
234         "tagname": "cfg",
235         "href": "Server.html#Ext-data-proxy-Server-cfg-pageParam",
236         "shortDoc": "The name of the 'page' parameter to send in a request. ...",
237         "static": false,
238         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
239         "private": false,
240         "name": "pageParam",
241         "owner": "Ext.data.proxy.Server",
242         "doc": "<p>The name of the 'page' parameter to send in a request. Defaults to 'page'. Set this to\nundefined if you don't want to send a page parameter</p>\n",
243         "linenr": 33,
244         "html_filename": "Server.html"
245       },
246       {
247         "type": "Object/String/Ext.data.reader.Reader",
248         "deprecated": null,
249         "alias": null,
250         "protected": false,
251         "tagname": "cfg",
252         "href": "Server.html#Ext-data-proxy-Server-cfg-reader",
253         "shortDoc": "The Ext.data.reader.Reader to use to decode the server's response. ...",
254         "static": false,
255         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
256         "private": false,
257         "name": "reader",
258         "owner": "Ext.data.proxy.Server",
259         "doc": "<p>The <a href=\"#/api/Ext.data.reader.Reader\" rel=\"Ext.data.reader.Reader\" class=\"docClass\">Ext.data.reader.Reader</a> to use to decode the server's response. This can\neither be a Reader instance, a config object or just a valid Reader type name (e.g. 'json', 'xml').</p>\n",
260         "linenr": 23,
261         "html_filename": "Server.html"
262       },
263       {
264         "type": "Boolean",
265         "deprecated": null,
266         "alias": null,
267         "protected": false,
268         "tagname": "cfg",
269         "href": "Server.html#Ext-data-proxy-Server-cfg-simpleSortMode",
270         "shortDoc": "Enabling simpleSortMode in conjunction with remoteSort will only send one sort property and a direction when a remote...",
271         "static": false,
272         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
273         "private": false,
274         "name": "simpleSortMode",
275         "owner": "Ext.data.proxy.Server",
276         "doc": "<p>Enabling simpleSortMode in conjunction with remoteSort will only send one sort property and a direction when a remote sort is requested.\nThe directionParam and sortParam will be sent with the property name and either 'ASC' or 'DESC'</p>\n",
277         "linenr": 75,
278         "html_filename": "Server.html"
279       },
280       {
281         "type": "String",
282         "deprecated": null,
283         "alias": null,
284         "protected": false,
285         "tagname": "cfg",
286         "href": "Server.html#Ext-data-proxy-Server-cfg-sortParam",
287         "shortDoc": "The name of the 'sort' parameter to send in a request. ...",
288         "static": false,
289         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
290         "private": false,
291         "name": "sortParam",
292         "owner": "Ext.data.proxy.Server",
293         "doc": "<p>The name of the 'sort' parameter to send in a request. Defaults to 'sort'. Set this\nto undefined if you don't want to send a sort parameter</p>\n",
294         "linenr": 57,
295         "html_filename": "Server.html"
296       },
297       {
298         "type": "String",
299         "deprecated": null,
300         "alias": null,
301         "protected": false,
302         "tagname": "cfg",
303         "href": "Server.html#Ext-data-proxy-Server-cfg-startParam",
304         "shortDoc": "The name of the 'start' parameter to send in a request. ...",
305         "static": false,
306         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
307         "private": false,
308         "name": "startParam",
309         "owner": "Ext.data.proxy.Server",
310         "doc": "<p>The name of the 'start' parameter to send in a request. Defaults to 'start'. Set this\nto undefined if you don't want to send a start parameter</p>\n",
311         "linenr": 39,
312         "html_filename": "Server.html"
313       },
314       {
315         "type": "Number",
316         "deprecated": null,
317         "alias": null,
318         "protected": false,
319         "tagname": "cfg",
320         "href": "Server.html#Ext-data-proxy-Server-cfg-timeout",
321         "shortDoc": "(optional) The number of milliseconds to wait for a response. ...",
322         "static": false,
323         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
324         "private": false,
325         "name": "timeout",
326         "owner": "Ext.data.proxy.Server",
327         "doc": "<p>(optional) The number of milliseconds to wait for a response.\nDefaults to 30000 milliseconds (30 seconds).</p>\n",
328         "linenr": 92,
329         "html_filename": "Server.html"
330       },
331       {
332         "type": "String",
333         "deprecated": null,
334         "alias": null,
335         "protected": false,
336         "tagname": "cfg",
337         "href": "Server.html#Ext-data-proxy-Server-cfg-url",
338         "static": false,
339         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
340         "private": false,
341         "name": "url",
342         "owner": "Ext.data.proxy.Server",
343         "doc": "<p>The URL from which to request the data object.</p>\n",
344         "linenr": 19,
345         "html_filename": "Server.html"
346       },
347       {
348         "type": "Object/String/Ext.data.writer.Writer",
349         "deprecated": null,
350         "alias": null,
351         "protected": false,
352         "tagname": "cfg",
353         "href": "Server.html#Ext-data-proxy-Server-cfg-writer",
354         "shortDoc": "The Ext.data.writer.Writer to use to encode any request sent to the server. ...",
355         "static": false,
356         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
357         "private": false,
358         "name": "writer",
359         "owner": "Ext.data.proxy.Server",
360         "doc": "<p>The <a href=\"#/api/Ext.data.writer.Writer\" rel=\"Ext.data.writer.Writer\" class=\"docClass\">Ext.data.writer.Writer</a> to use to encode any request sent to the server.\nThis can either be a Writer instance, a config object or just a valid Writer type name (e.g. 'json', 'xml').</p>\n",
361         "linenr": 28,
362         "html_filename": "Server.html"
363       }
364     ],
365     "method": [
366       {
367         "deprecated": null,
368         "alias": null,
369         "href": "Ajax.html#Ext-data-proxy-Ajax-method-constructor",
370         "tagname": "method",
371         "protected": false,
372         "shortDoc": "Note that if this HttpProxy is being used by a Store, then the\nStore's call to load will override any specified callb...",
373         "static": false,
374         "params": [
375
376         ],
377         "private": false,
378         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Ajax.js",
379         "doc": "<p>Note that if this HttpProxy is being used by a <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Store</a>, then the\nStore's call to load will override any specified <tt>callback</tt> and <tt>params</tt>\noptions. In this case, use the Store's events to modify parameters,\nor react to loading events. The Store's baseParams may also be\nused to pass parameters known at instantiation time.</p>\n\n\n\n\n<p>If an options parameter is passed, the singleton <a href=\"#/api/Ext.Ajax\" rel=\"Ext.Ajax\" class=\"docClass\">Ext.Ajax</a> object will be used to make\nthe request.</p>\n\n",
380         "owner": "Ext.data.proxy.Ajax",
381         "name": "Ajax",
382         "html_filename": "Ajax.html",
383         "return": {
384           "type": "Object",
385           "doc": "\n"
386         },
387         "linenr": 1
388       },
389       {
390         "deprecated": null,
391         "alias": null,
392         "protected": false,
393         "tagname": "method",
394         "href": "Observable.html#Ext-util-Observable-method-addEvents",
395         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
396         "static": false,
397         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
398         "private": false,
399         "params": [
400           {
401             "type": "Object/String",
402             "optional": false,
403             "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",
404             "name": "o"
405           },
406           {
407             "type": "String...",
408             "optional": false,
409             "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",
410             "name": "more"
411           }
412         ],
413         "name": "addEvents",
414         "owner": "Ext.util.Observable",
415         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
416         "linenr": 494,
417         "return": {
418           "type": "void",
419           "doc": "\n"
420         },
421         "html_filename": "Observable.html"
422       },
423       {
424         "deprecated": null,
425         "alias": null,
426         "protected": false,
427         "tagname": "method",
428         "href": "Observable.html#Ext-util-Observable-method-addListener",
429         "shortDoc": "Appends an event handler to this object. ...",
430         "static": false,
431         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
432         "private": false,
433         "params": [
434           {
435             "type": "String",
436             "optional": false,
437             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
438             "name": "eventName"
439           },
440           {
441             "type": "Function",
442             "optional": false,
443             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.data.proxy.Ajax-method-fireEvent\" rel=\"Ext.data.proxy.Ajax-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
444             "name": "handler"
445           },
446           {
447             "type": "Object",
448             "optional": true,
449             "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",
450             "name": "scope"
451           },
452           {
453             "type": "Object",
454             "optional": true,
455             "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",
456             "name": "options"
457           }
458         ],
459         "name": "addListener",
460         "owner": "Ext.util.Observable",
461         "doc": "<p>Appends an event handler to this object.</p>\n",
462         "linenr": 278,
463         "return": {
464           "type": "void",
465           "doc": "\n"
466         },
467         "html_filename": "Observable.html"
468       },
469       {
470         "deprecated": null,
471         "alias": null,
472         "protected": false,
473         "tagname": "method",
474         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
475         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
476         "static": false,
477         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
478         "private": false,
479         "params": [
480           {
481             "type": "Observable/Element",
482             "optional": false,
483             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
484             "name": "item"
485           },
486           {
487             "type": "Object/String",
488             "optional": false,
489             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
490             "name": "ename"
491           },
492           {
493             "type": "Function",
494             "optional": true,
495             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
496             "name": "fn"
497           },
498           {
499             "type": "Object",
500             "optional": true,
501             "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",
502             "name": "scope"
503           },
504           {
505             "type": "Object",
506             "optional": true,
507             "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",
508             "name": "opt"
509           }
510         ],
511         "name": "addManagedListener",
512         "owner": "Ext.util.Observable",
513         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
514         "linenr": 156,
515         "return": {
516           "type": "void",
517           "doc": "\n"
518         },
519         "html_filename": "Observable.html"
520       },
521       {
522         "deprecated": null,
523         "alias": null,
524         "protected": false,
525         "tagname": "method",
526         "href": "Base3.html#Ext-Base-method-addStatics",
527         "shortDoc": "Add / override static properties of this class. ...",
528         "static": true,
529         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
530         "private": false,
531         "params": [
532           {
533             "type": "Object",
534             "optional": false,
535             "doc": "\n",
536             "name": "members"
537           }
538         ],
539         "name": "addStatics",
540         "owner": "Ext.Base",
541         "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",
542         "linenr": 388,
543         "return": {
544           "type": "Ext.Base",
545           "doc": "<p>this</p>\n"
546         },
547         "html_filename": "Base3.html"
548       },
549       {
550         "deprecated": null,
551         "alias": null,
552         "protected": false,
553         "tagname": "method",
554         "href": "Server.html#Ext-data-proxy-Server-method-afterRequest",
555         "shortDoc": "Optional callback function which can be used to clean up after a request has been completed. ...",
556         "static": false,
557         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
558         "private": false,
559         "params": [
560           {
561             "type": "Ext.data.Request",
562             "optional": false,
563             "doc": "<p>The Request object</p>\n",
564             "name": "request"
565           },
566           {
567             "type": "Boolean",
568             "optional": false,
569             "doc": "<p>True if the request was successful</p>\n",
570             "name": "success"
571           }
572         ],
573         "name": "afterRequest",
574         "owner": "Ext.data.proxy.Server",
575         "doc": "<p>Optional callback function which can be used to clean up after a request has been completed.</p>\n",
576         "linenr": 451,
577         "return": {
578           "type": "void",
579           "doc": "\n"
580         },
581         "html_filename": "Server.html"
582       },
583       {
584         "deprecated": null,
585         "alias": null,
586         "protected": false,
587         "tagname": "method",
588         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-batch",
589         "shortDoc": "Performs a batch of Operations, in the order specified by batchOrder. ...",
590         "static": false,
591         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
592         "private": false,
593         "params": [
594           {
595             "type": "Object",
596             "optional": false,
597             "doc": "<p>Object containing the Model instances to act upon, keyed by action name</p>\n",
598             "name": "operations"
599           },
600           {
601             "type": "Object",
602             "optional": false,
603             "doc": "<p>Optional listeners object passed straight through to the Batch - see <a href=\"#/api/Ext.data.Batch\" rel=\"Ext.data.Batch\" class=\"docClass\">Ext.data.Batch</a></p>\n",
604             "name": "listeners"
605           }
606         ],
607         "name": "batch",
608         "owner": "Ext.data.proxy.Proxy",
609         "doc": "<p>Performs a batch of <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Operations</a>, in the order specified by <a href=\"#/api/Ext.data.proxy.Ajax-cfg-batchOrder\" rel=\"Ext.data.proxy.Ajax-cfg-batchOrder\" class=\"docClass\">batchOrder</a>. Used internally by\n<a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a>'s <a href=\"#/api/Ext.data.Store-method-sync\" rel=\"Ext.data.Store-method-sync\" class=\"docClass\">sync</a> method. Example usage:</p>\n\n<pre><code>myProxy.batch({\n    create : [myModel1, myModel2],\n    update : [myModel3],\n    destroy: [myModel4, myModel5]\n});\n</code></pre>\n\n\n<p>Where the myModel* above are <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a> instances - in this case 1 and 2 are new instances and have not been\nsaved before, 3 has been saved previously but needs to be updated, and 4 and 5 have already been saved but should now be destroyed.</p>\n",
610         "linenr": 242,
611         "return": {
612           "type": "Ext.data.Batch",
613           "doc": "<p>The newly created <a href=\"#/api/Ext.data.Batch\" rel=\"Ext.data.Batch\" class=\"docClass\">Ext.data.Batch</a> object</p>\n"
614         },
615         "html_filename": "Proxy2.html"
616       },
617       {
618         "deprecated": null,
619         "alias": null,
620         "protected": false,
621         "tagname": "method",
622         "href": "Server.html#Ext-data-proxy-Server-method-buildRequest",
623         "shortDoc": "Creates and returns an Ext.data.Request object based on the options passed by the Store\nthat this Proxy is attached to. ...",
624         "static": false,
625         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
626         "private": false,
627         "params": [
628           {
629             "type": "Ext.data.Operation",
630             "optional": false,
631             "doc": "<p>The <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Operation</a> object to execute</p>\n",
632             "name": "operation"
633           }
634         ],
635         "name": "buildRequest",
636         "owner": "Ext.data.proxy.Server",
637         "doc": "<p>Creates and returns an <a href=\"#/api/Ext.data.Request\" rel=\"Ext.data.Request\" class=\"docClass\">Ext.data.Request</a> object based on the options passed by the <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Store</a>\nthat this Proxy is attached to.</p>\n",
638         "linenr": 173,
639         "return": {
640           "type": "Ext.data.Request",
641           "doc": "<p>The request object</p>\n"
642         },
643         "html_filename": "Server.html"
644       },
645       {
646         "deprecated": null,
647         "alias": null,
648         "protected": false,
649         "tagname": "method",
650         "href": "Server.html#Ext-data-proxy-Server-method-buildUrl",
651         "shortDoc": "Generates a url based on a given Ext.data.Request object. ...",
652         "static": false,
653         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
654         "private": false,
655         "params": [
656           {
657             "type": "Ext.data.Request",
658             "optional": false,
659             "doc": "<p>The request object</p>\n",
660             "name": "request"
661           }
662         ],
663         "name": "buildUrl",
664         "owner": "Ext.data.proxy.Server",
665         "doc": "<p>Generates a url based on a given <a href=\"#/api/Ext.data.Request\" rel=\"Ext.data.Request\" class=\"docClass\">Ext.data.Request</a> object. By default, ServerProxy's buildUrl will\nadd the cache-buster param to the end of the url. Subclasses may need to perform additional modifications\nto the url.</p>\n",
666         "linenr": 400,
667         "return": {
668           "type": "String",
669           "doc": "<p>The url</p>\n"
670         },
671         "html_filename": "Server.html"
672       },
673       {
674         "deprecated": null,
675         "alias": null,
676         "protected": false,
677         "tagname": "method",
678         "href": "Base3.html#Ext-Base-method-callOverridden",
679         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
680         "static": false,
681         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
682         "private": false,
683         "params": [
684           {
685             "type": "Array/Arguments",
686             "optional": false,
687             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
688             "name": "args"
689           }
690         ],
691         "name": "callOverridden",
692         "owner": "Ext.Base",
693         "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",
694         "linenr": 269,
695         "return": {
696           "type": "Mixed",
697           "doc": "<p>Returns the result after calling the overridden method</p>\n"
698         },
699         "html_filename": "Base3.html"
700       },
701       {
702         "deprecated": null,
703         "alias": null,
704         "protected": true,
705         "tagname": "method",
706         "href": "Base3.html#Ext-Base-method-callParent",
707         "shortDoc": "Call the parent's overridden method. ...",
708         "static": false,
709         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
710         "private": false,
711         "params": [
712           {
713             "type": "Array/Arguments",
714             "optional": false,
715             "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",
716             "name": "args"
717           }
718         ],
719         "name": "callParent",
720         "owner": "Ext.Base",
721         "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",
722         "linenr": 124,
723         "return": {
724           "type": "Mixed",
725           "doc": "<p>Returns the result from the superclass' method</p>\n"
726         },
727         "html_filename": "Base3.html"
728       },
729       {
730         "deprecated": null,
731         "alias": null,
732         "protected": false,
733         "tagname": "method",
734         "href": "Observable.html#Ext-util-Observable-method-capture",
735         "shortDoc": "Starts capture on the specified Observable. ...",
736         "static": true,
737         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
738         "private": false,
739         "params": [
740           {
741             "type": "Observable",
742             "optional": false,
743             "doc": "<p>The Observable to capture events from.</p>\n",
744             "name": "o"
745           },
746           {
747             "type": "Function",
748             "optional": false,
749             "doc": "<p>The function to call when an event is fired.</p>\n",
750             "name": "fn"
751           },
752           {
753             "type": "Object",
754             "optional": true,
755             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
756             "name": "scope"
757           }
758         ],
759         "name": "capture",
760         "owner": "Ext.util.Observable",
761         "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",
762         "linenr": 54,
763         "return": {
764           "type": "void",
765           "doc": "\n"
766         },
767         "html_filename": "Observable.html"
768       },
769       {
770         "deprecated": null,
771         "alias": null,
772         "protected": false,
773         "tagname": "method",
774         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
775         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
776         "static": false,
777         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
778         "private": false,
779         "params": [
780
781         ],
782         "name": "clearListeners",
783         "owner": "Ext.util.Observable",
784         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
785         "linenr": 425,
786         "return": {
787           "type": "void",
788           "doc": "\n"
789         },
790         "html_filename": "Observable.html"
791       },
792       {
793         "deprecated": null,
794         "alias": null,
795         "protected": false,
796         "tagname": "method",
797         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
798         "shortDoc": "Removes all managed listeners for this object. ...",
799         "static": false,
800         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
801         "private": false,
802         "params": [
803
804         ],
805         "name": "clearManagedListeners",
806         "owner": "Ext.util.Observable",
807         "doc": "<p>Removes all managed listeners for this object.</p>\n",
808         "linenr": 454,
809         "return": {
810           "type": "void",
811           "doc": "\n"
812         },
813         "html_filename": "Observable.html"
814       },
815       {
816         "deprecated": null,
817         "alias": null,
818         "protected": false,
819         "tagname": "method",
820         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-create",
821         "shortDoc": "Performs the given create operation. ...",
822         "static": false,
823         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
824         "private": false,
825         "params": [
826           {
827             "type": "Ext.data.Operation",
828             "optional": false,
829             "doc": "<p>The Operation to perform</p>\n",
830             "name": "operation"
831           },
832           {
833             "type": "Function",
834             "optional": false,
835             "doc": "<p>Callback function to be called when the Operation has completed (whether successful or not)</p>\n",
836             "name": "callback"
837           },
838           {
839             "type": "Object",
840             "optional": false,
841             "doc": "<p>Scope to execute the callback function in</p>\n",
842             "name": "scope"
843           }
844         ],
845         "name": "create",
846         "owner": "Ext.data.proxy.Proxy",
847         "doc": "<p>Performs the given create operation.</p>\n",
848         "linenr": 206,
849         "return": {
850           "type": "void",
851           "doc": "\n"
852         },
853         "html_filename": "Proxy2.html"
854       },
855       {
856         "deprecated": null,
857         "alias": null,
858         "protected": false,
859         "tagname": "method",
860         "href": "Base3.html#Ext-Base-method-createAlias",
861         "shortDoc": "Create aliases for existing prototype methods. ...",
862         "static": true,
863         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
864         "private": false,
865         "params": [
866           {
867             "type": "String/Object",
868             "optional": false,
869             "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",
870             "name": "alias"
871           },
872           {
873             "type": "String/Object",
874             "optional": false,
875             "doc": "<p>The original method name</p>\n",
876             "name": "origin"
877           }
878         ],
879         "name": "createAlias",
880         "owner": "Ext.Base",
881         "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",
882         "linenr": 648,
883         "return": {
884           "type": "void",
885           "doc": "\n"
886         },
887         "html_filename": "Base3.html"
888       },
889       {
890         "deprecated": null,
891         "alias": null,
892         "protected": false,
893         "tagname": "method",
894         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-destroy",
895         "shortDoc": "Performs the given destroy operation. ...",
896         "static": false,
897         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
898         "private": false,
899         "params": [
900           {
901             "type": "Ext.data.Operation",
902             "optional": false,
903             "doc": "<p>The Operation to perform</p>\n",
904             "name": "operation"
905           },
906           {
907             "type": "Function",
908             "optional": false,
909             "doc": "<p>Callback function to be called when the Operation has completed (whether successful or not)</p>\n",
910             "name": "callback"
911           },
912           {
913             "type": "Object",
914             "optional": false,
915             "doc": "<p>Scope to execute the callback function in</p>\n",
916             "name": "scope"
917           }
918         ],
919         "name": "destroy",
920         "owner": "Ext.data.proxy.Proxy",
921         "doc": "<p>Performs the given destroy operation.</p>\n",
922         "linenr": 233,
923         "return": {
924           "type": "void",
925           "doc": "\n"
926         },
927         "html_filename": "Proxy2.html"
928       },
929       {
930         "deprecated": null,
931         "alias": null,
932         "protected": false,
933         "tagname": "method",
934         "href": "Server.html#Ext-data-proxy-Server-method-doRequest",
935         "shortDoc": "In ServerProxy subclasses, the create, read, update and destroy methods all pass\nthrough to doRequest. ...",
936         "static": false,
937         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
938         "private": false,
939         "params": [
940           {
941             "type": "Ext.data.Operation",
942             "optional": false,
943             "doc": "<p>The <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Ext.data.Operation</a> object</p>\n",
944             "name": "operation"
945           },
946           {
947             "type": "Function",
948             "optional": false,
949             "doc": "<p>The callback function to call when the Operation has completed</p>\n",
950             "name": "callback"
951           },
952           {
953             "type": "Object",
954             "optional": false,
955             "doc": "<p>The scope in which to execute the callback</p>\n",
956             "name": "scope"
957           }
958         ],
959         "name": "doRequest",
960         "owner": "Ext.data.proxy.Server",
961         "doc": "<p>In ServerProxy subclasses, the <a href=\"#/api/Ext.data.proxy.Ajax-method-create\" rel=\"Ext.data.proxy.Ajax-method-create\" class=\"docClass\">create</a>, <a href=\"#/api/Ext.data.proxy.Ajax-method-read\" rel=\"Ext.data.proxy.Ajax-method-read\" class=\"docClass\">read</a>, <a href=\"#/api/Ext.data.proxy.Ajax-method-update\" rel=\"Ext.data.proxy.Ajax-method-update\" class=\"docClass\">update</a> and <a href=\"#/api/Ext.data.proxy.Ajax-method-destroy\" rel=\"Ext.data.proxy.Ajax-method-destroy\" class=\"docClass\">destroy</a> methods all pass\nthrough to doRequest. Each ServerProxy subclass must implement the doRequest method - see <a href=\"#/api/Ext.data.proxy.JsonP\" rel=\"Ext.data.proxy.JsonP\" class=\"docClass\">Ext.data.proxy.JsonP</a>\nand <a href=\"#/api/Ext.data.proxy.Ajax\" rel=\"Ext.data.proxy.Ajax\" class=\"docClass\">Ext.data.proxy.Ajax</a> for examples. This method carries the same signature as each of the methods that delegate to it.</p>\n",
962         "linenr": 437,
963         "return": {
964           "type": "void",
965           "doc": "\n"
966         },
967         "html_filename": "Server.html"
968       },
969       {
970         "deprecated": null,
971         "alias": null,
972         "protected": false,
973         "tagname": "method",
974         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
975         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
976         "static": false,
977         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
978         "private": false,
979         "params": [
980           {
981             "type": "String/[String]",
982             "optional": false,
983             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
984             "name": "events"
985           }
986         ],
987         "name": "enableBubble",
988         "owner": "Ext.util.Observable",
989         "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",
990         "linenr": 609,
991         "return": {
992           "type": "void",
993           "doc": "\n"
994         },
995         "html_filename": "Observable.html"
996       },
997       {
998         "deprecated": null,
999         "alias": null,
1000         "protected": false,
1001         "tagname": "method",
1002         "href": "Server.html#Ext-data-proxy-Server-method-encodeFilters",
1003         "shortDoc": "Encodes the array of Ext.util.Filter objects into a string to be sent in the request url. ...",
1004         "static": false,
1005         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
1006         "private": false,
1007         "params": [
1008           {
1009             "type": "Array",
1010             "optional": false,
1011             "doc": "<p>The array of <a href=\"#/api/Ext.util.Filter\" rel=\"Ext.util.Filter\" class=\"docClass\">Filter</a> objects</p>\n",
1012             "name": "sorters"
1013           }
1014         ],
1015         "name": "encodeFilters",
1016         "owner": "Ext.data.proxy.Server",
1017         "doc": "<p>Encodes the array of <a href=\"#/api/Ext.util.Filter\" rel=\"Ext.util.Filter\" class=\"docClass\">Ext.util.Filter</a> objects into a string to be sent in the request url. By default,\nthis simply JSON-encodes the filter data</p>\n",
1018         "linenr": 320,
1019         "return": {
1020           "type": "String",
1021           "doc": "<p>The encoded filters</p>\n"
1022         },
1023         "html_filename": "Server.html"
1024       },
1025       {
1026         "deprecated": null,
1027         "alias": null,
1028         "protected": false,
1029         "tagname": "method",
1030         "href": "Server.html#Ext-data-proxy-Server-method-encodeSorters",
1031         "shortDoc": "Encodes the array of Ext.util.Sorter objects into a string to be sent in the request url. ...",
1032         "static": false,
1033         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
1034         "private": false,
1035         "params": [
1036           {
1037             "type": "Array",
1038             "optional": false,
1039             "doc": "<p>The array of <a href=\"#/api/Ext.util.Sorter\" rel=\"Ext.util.Sorter\" class=\"docClass\">Sorter</a> objects</p>\n",
1040             "name": "sorters"
1041           }
1042         ],
1043         "name": "encodeSorters",
1044         "owner": "Ext.data.proxy.Server",
1045         "doc": "<p>Encodes the array of <a href=\"#/api/Ext.util.Sorter\" rel=\"Ext.util.Sorter\" class=\"docClass\">Ext.util.Sorter</a> objects into a string to be sent in the request url. By default,\nthis simply JSON-encodes the sorter data</p>\n",
1046         "linenr": 299,
1047         "return": {
1048           "type": "String",
1049           "doc": "<p>The encoded sorters</p>\n"
1050         },
1051         "html_filename": "Server.html"
1052       },
1053       {
1054         "deprecated": null,
1055         "alias": null,
1056         "protected": false,
1057         "tagname": "method",
1058         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
1059         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
1060         "static": false,
1061         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1062         "private": false,
1063         "params": [
1064           {
1065             "type": "String",
1066             "optional": false,
1067             "doc": "<p>The name of the event to fire.</p>\n",
1068             "name": "eventName"
1069           },
1070           {
1071             "type": "Object...",
1072             "optional": false,
1073             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
1074             "name": "args"
1075           }
1076         ],
1077         "name": "fireEvent",
1078         "owner": "Ext.util.Observable",
1079         "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.data.proxy.Ajax-method-addListener\" rel=\"Ext.data.proxy.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.data.proxy.Ajax-method-enableBubble\" rel=\"Ext.data.proxy.Ajax-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
1080         "linenr": 233,
1081         "return": {
1082           "type": "Boolean",
1083           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
1084         },
1085         "html_filename": "Observable.html"
1086       },
1087       {
1088         "deprecated": null,
1089         "alias": null,
1090         "protected": false,
1091         "tagname": "method",
1092         "href": "Ajax.html#Ext-data-proxy-Ajax-method-getMethod",
1093         "shortDoc": "Returns the HTTP method name for a given request. ...",
1094         "static": false,
1095         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Ajax.js",
1096         "private": false,
1097         "params": [
1098           {
1099             "type": "Ext.data.Request",
1100             "optional": false,
1101             "doc": "<p>The request object</p>\n",
1102             "name": "request"
1103           }
1104         ],
1105         "name": "getMethod",
1106         "owner": "Ext.data.proxy.Ajax",
1107         "doc": "<p>Returns the HTTP method name for a given request. By default this returns based on a lookup on <a href=\"#/api/Ext.data.proxy.Ajax-property-actionMethods\" rel=\"Ext.data.proxy.Ajax-property-actionMethods\" class=\"docClass\">actionMethods</a>.</p>\n",
1108         "linenr": 281,
1109         "return": {
1110           "type": "String",
1111           "doc": "<p>The HTTP method to use (should be one of 'GET', 'POST', 'PUT' or 'DELETE')</p>\n"
1112         },
1113         "html_filename": "Ajax.html"
1114       },
1115       {
1116         "deprecated": null,
1117         "alias": null,
1118         "protected": false,
1119         "tagname": "method",
1120         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-getModel",
1121         "shortDoc": "Returns the model attached to this Proxy ...",
1122         "static": false,
1123         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1124         "private": false,
1125         "params": [
1126
1127         ],
1128         "name": "getModel",
1129         "owner": "Ext.data.proxy.Proxy",
1130         "doc": "<p>Returns the model attached to this Proxy</p>\n",
1131         "linenr": 124,
1132         "return": {
1133           "type": "Ext.data.Model",
1134           "doc": "<p>The model</p>\n"
1135         },
1136         "html_filename": "Proxy2.html"
1137       },
1138       {
1139         "deprecated": null,
1140         "alias": null,
1141         "protected": false,
1142         "tagname": "method",
1143         "href": "Base3.html#Ext-Base-method-getName",
1144         "shortDoc": "Get the current class' name in string format. ...",
1145         "static": false,
1146         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1147         "private": false,
1148         "params": [
1149
1150         ],
1151         "name": "getName",
1152         "owner": "Ext.Base",
1153         "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",
1154         "linenr": 631,
1155         "return": {
1156           "type": "String",
1157           "doc": "<p>className</p>\n"
1158         },
1159         "html_filename": "Base3.html"
1160       },
1161       {
1162         "deprecated": null,
1163         "alias": null,
1164         "protected": false,
1165         "tagname": "method",
1166         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-getReader",
1167         "shortDoc": "Returns the reader currently attached to this proxy instance ...",
1168         "static": false,
1169         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1170         "private": false,
1171         "params": [
1172
1173         ],
1174         "name": "getReader",
1175         "owner": "Ext.data.proxy.Proxy",
1176         "doc": "<p>Returns the reader currently attached to this proxy instance</p>\n",
1177         "linenr": 163,
1178         "return": {
1179           "type": "Ext.data.reader.Reader",
1180           "doc": "<p>The Reader instance</p>\n"
1181         },
1182         "html_filename": "Proxy2.html"
1183       },
1184       {
1185         "deprecated": null,
1186         "alias": null,
1187         "protected": false,
1188         "tagname": "method",
1189         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-getWriter",
1190         "shortDoc": "Returns the writer currently attached to this proxy instance ...",
1191         "static": false,
1192         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1193         "private": false,
1194         "params": [
1195
1196         ],
1197         "name": "getWriter",
1198         "owner": "Ext.data.proxy.Proxy",
1199         "doc": "<p>Returns the writer currently attached to this proxy instance</p>\n",
1200         "linenr": 198,
1201         "return": {
1202           "type": "Ext.data.writer.Writer",
1203           "doc": "<p>The Writer instance</p>\n"
1204         },
1205         "html_filename": "Proxy2.html"
1206       },
1207       {
1208         "deprecated": null,
1209         "alias": null,
1210         "protected": false,
1211         "tagname": "method",
1212         "href": "Observable.html#Ext-util-Observable-method-hasListener",
1213         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
1214         "static": false,
1215         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1216         "private": false,
1217         "params": [
1218           {
1219             "type": "String",
1220             "optional": false,
1221             "doc": "<p>The name of the event to check for</p>\n",
1222             "name": "eventName"
1223           }
1224         ],
1225         "name": "hasListener",
1226         "owner": "Ext.util.Observable",
1227         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
1228         "linenr": 530,
1229         "return": {
1230           "type": "Boolean",
1231           "doc": "<p>True if the event is being listened for, else false</p>\n"
1232         },
1233         "html_filename": "Observable.html"
1234       },
1235       {
1236         "deprecated": null,
1237         "alias": null,
1238         "protected": false,
1239         "tagname": "method",
1240         "href": "Base3.html#Ext-Base-method-implement",
1241         "shortDoc": "Add methods / properties to the prototype of this class. ...",
1242         "static": true,
1243         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1244         "private": false,
1245         "params": [
1246           {
1247             "type": "Object",
1248             "optional": false,
1249             "doc": "\n",
1250             "name": "members"
1251           }
1252         ],
1253         "name": "implement",
1254         "owner": "Ext.Base",
1255         "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",
1256         "linenr": 415,
1257         "return": {
1258           "type": "void",
1259           "doc": "\n"
1260         },
1261         "html_filename": "Base3.html"
1262       },
1263       {
1264         "deprecated": null,
1265         "alias": null,
1266         "protected": true,
1267         "tagname": "method",
1268         "href": "Base3.html#Ext-Base-method-initConfig",
1269         "shortDoc": "Initialize configuration for this class. ...",
1270         "static": false,
1271         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1272         "private": false,
1273         "params": [
1274           {
1275             "type": "Object",
1276             "optional": false,
1277             "doc": "\n",
1278             "name": "config"
1279           }
1280         ],
1281         "name": "initConfig",
1282         "owner": "Ext.Base",
1283         "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",
1284         "linenr": 63,
1285         "return": {
1286           "type": "Object",
1287           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
1288         },
1289         "html_filename": "Base3.html"
1290       },
1291       {
1292         "deprecated": null,
1293         "alias": {
1294           "tagname": "alias",
1295           "cls": "Ext.util.Observable",
1296           "doc": null,
1297           "owner": "addManagedListener"
1298         },
1299         "protected": false,
1300         "tagname": "method",
1301         "href": "Observable.html#Ext-util-Observable-method-mon",
1302         "shortDoc": "Shorthand for addManagedListener. ...",
1303         "static": false,
1304         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1305         "private": false,
1306         "params": [
1307           {
1308             "type": "Observable/Element",
1309             "optional": false,
1310             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
1311             "name": "item"
1312           },
1313           {
1314             "type": "Object/String",
1315             "optional": false,
1316             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1317             "name": "ename"
1318           },
1319           {
1320             "type": "Function",
1321             "optional": true,
1322             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1323             "name": "fn"
1324           },
1325           {
1326             "type": "Object",
1327             "optional": true,
1328             "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",
1329             "name": "scope"
1330           },
1331           {
1332             "type": "Object",
1333             "optional": true,
1334             "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",
1335             "name": "opt"
1336           }
1337         ],
1338         "name": "mon",
1339         "owner": "Ext.util.Observable",
1340         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.proxy.Ajax-method-addManagedListener\" rel=\"Ext.data.proxy.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",
1341         "linenr": 681,
1342         "return": {
1343           "type": "void",
1344           "doc": "\n"
1345         },
1346         "html_filename": "Observable.html"
1347       },
1348       {
1349         "deprecated": null,
1350         "alias": {
1351           "tagname": "alias",
1352           "cls": "Ext.util.Observable",
1353           "doc": null,
1354           "owner": "removeManagedListener"
1355         },
1356         "protected": false,
1357         "tagname": "method",
1358         "href": "Observable.html#Ext-util-Observable-method-mun",
1359         "shortDoc": "Shorthand for removeManagedListener. ...",
1360         "static": false,
1361         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1362         "private": false,
1363         "params": [
1364           {
1365             "type": "Observable|Element",
1366             "optional": false,
1367             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1368             "name": "item"
1369           },
1370           {
1371             "type": "Object|String",
1372             "optional": false,
1373             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1374             "name": "ename"
1375           },
1376           {
1377             "type": "Function",
1378             "optional": false,
1379             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1380             "name": "fn"
1381           },
1382           {
1383             "type": "Object",
1384             "optional": false,
1385             "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",
1386             "name": "scope"
1387           }
1388         ],
1389         "name": "mun",
1390         "owner": "Ext.util.Observable",
1391         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.proxy.Ajax-method-removeManagedListener\" rel=\"Ext.data.proxy.Ajax-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.proxy.Ajax-method-mon\" rel=\"Ext.data.proxy.Ajax-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1392         "linenr": 687,
1393         "return": {
1394           "type": "void",
1395           "doc": "\n"
1396         },
1397         "html_filename": "Observable.html"
1398       },
1399       {
1400         "deprecated": null,
1401         "alias": null,
1402         "protected": false,
1403         "tagname": "method",
1404         "href": "Observable.html#Ext-util-Observable-method-observe",
1405         "shortDoc": "Sets observability on the passed class constructor. ...",
1406         "static": true,
1407         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1408         "private": false,
1409         "params": [
1410           {
1411             "type": "Function",
1412             "optional": false,
1413             "doc": "<p>The class constructor to make observable.</p>\n",
1414             "name": "c"
1415           },
1416           {
1417             "type": "Object",
1418             "optional": false,
1419             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.data.proxy.Ajax-method-addListener\" rel=\"Ext.data.proxy.Ajax-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
1420             "name": "listeners"
1421           }
1422         ],
1423         "name": "observe",
1424         "owner": "Ext.util.Observable",
1425         "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",
1426         "linenr": 69,
1427         "return": {
1428           "type": "void",
1429           "doc": "\n"
1430         },
1431         "html_filename": "Observable.html"
1432       },
1433       {
1434         "deprecated": null,
1435         "alias": {
1436           "tagname": "alias",
1437           "cls": "Ext.util.Observable",
1438           "doc": null,
1439           "owner": "addListener"
1440         },
1441         "protected": false,
1442         "tagname": "method",
1443         "href": "Observable.html#Ext-util-Observable-method-on",
1444         "shortDoc": "Shorthand for addListener. ...",
1445         "static": false,
1446         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1447         "private": false,
1448         "params": [
1449           {
1450             "type": "String",
1451             "optional": false,
1452             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
1453             "name": "eventName"
1454           },
1455           {
1456             "type": "Function",
1457             "optional": false,
1458             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.data.proxy.Ajax-method-fireEvent\" rel=\"Ext.data.proxy.Ajax-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
1459             "name": "handler"
1460           },
1461           {
1462             "type": "Object",
1463             "optional": true,
1464             "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",
1465             "name": "scope"
1466           },
1467           {
1468             "type": "Object",
1469             "optional": true,
1470             "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",
1471             "name": "options"
1472           }
1473         ],
1474         "name": "on",
1475         "owner": "Ext.util.Observable",
1476         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.proxy.Ajax-method-addListener\" rel=\"Ext.data.proxy.Ajax-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
1477         "linenr": 669,
1478         "return": {
1479           "type": "void",
1480           "doc": "\n"
1481         },
1482         "html_filename": "Observable.html"
1483       },
1484       {
1485         "deprecated": null,
1486         "alias": null,
1487         "protected": false,
1488         "tagname": "method",
1489         "href": "Base3.html#Ext-Base-method-override",
1490         "shortDoc": "Override prototype members of this class. ...",
1491         "static": true,
1492         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1493         "private": false,
1494         "params": [
1495           {
1496             "type": "Object",
1497             "optional": false,
1498             "doc": "\n",
1499             "name": "members"
1500           }
1501         ],
1502         "name": "override",
1503         "owner": "Ext.Base",
1504         "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",
1505         "linenr": 518,
1506         "return": {
1507           "type": "Ext.Base",
1508           "doc": "<p>this</p>\n"
1509         },
1510         "html_filename": "Base3.html"
1511       },
1512       {
1513         "deprecated": null,
1514         "alias": null,
1515         "protected": false,
1516         "tagname": "method",
1517         "href": "Server.html#Ext-data-proxy-Server-method-processResponse",
1518         "shortDoc": " ...",
1519         "static": false,
1520         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
1521         "private": false,
1522         "params": [
1523           {
1524             "type": "Object",
1525             "optional": false,
1526             "doc": "\n",
1527             "name": "success"
1528           },
1529           {
1530             "type": "Object",
1531             "optional": false,
1532             "doc": "\n",
1533             "name": "operation"
1534           },
1535           {
1536             "type": "Object",
1537             "optional": false,
1538             "doc": "\n",
1539             "name": "request"
1540           },
1541           {
1542             "type": "Object",
1543             "optional": false,
1544             "doc": "\n",
1545             "name": "response"
1546           },
1547           {
1548             "type": "Object",
1549             "optional": false,
1550             "doc": "\n",
1551             "name": "callback"
1552           },
1553           {
1554             "type": "Object",
1555             "optional": false,
1556             "doc": "\n",
1557             "name": "scope"
1558           }
1559         ],
1560         "name": "processResponse",
1561         "owner": "Ext.data.proxy.Server",
1562         "doc": "\n",
1563         "linenr": 209,
1564         "return": {
1565           "type": "void",
1566           "doc": "\n"
1567         },
1568         "html_filename": "Server.html"
1569       },
1570       {
1571         "deprecated": null,
1572         "alias": null,
1573         "protected": false,
1574         "tagname": "method",
1575         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-read",
1576         "shortDoc": "Performs the given read operation. ...",
1577         "static": false,
1578         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1579         "private": false,
1580         "params": [
1581           {
1582             "type": "Ext.data.Operation",
1583             "optional": false,
1584             "doc": "<p>The Operation to perform</p>\n",
1585             "name": "operation"
1586           },
1587           {
1588             "type": "Function",
1589             "optional": false,
1590             "doc": "<p>Callback function to be called when the Operation has completed (whether successful or not)</p>\n",
1591             "name": "callback"
1592           },
1593           {
1594             "type": "Object",
1595             "optional": false,
1596             "doc": "<p>Scope to execute the callback function in</p>\n",
1597             "name": "scope"
1598           }
1599         ],
1600         "name": "read",
1601         "owner": "Ext.data.proxy.Proxy",
1602         "doc": "<p>Performs the given read operation.</p>\n",
1603         "linenr": 215,
1604         "return": {
1605           "type": "void",
1606           "doc": "\n"
1607         },
1608         "html_filename": "Proxy2.html"
1609       },
1610       {
1611         "deprecated": null,
1612         "alias": null,
1613         "protected": false,
1614         "tagname": "method",
1615         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
1616         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
1617         "static": false,
1618         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1619         "private": false,
1620         "params": [
1621           {
1622             "type": "Object",
1623             "optional": false,
1624             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
1625             "name": "origin"
1626           },
1627           {
1628             "type": "[String]",
1629             "optional": false,
1630             "doc": "<p>Array of event names to relay.</p>\n",
1631             "name": "events"
1632           },
1633           {
1634             "type": "Object",
1635             "optional": false,
1636             "doc": "\n",
1637             "name": "prefix"
1638           }
1639         ],
1640         "name": "relayEvents",
1641         "owner": "Ext.util.Observable",
1642         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
1643         "linenr": 573,
1644         "return": {
1645           "type": "void",
1646           "doc": "\n"
1647         },
1648         "html_filename": "Observable.html"
1649       },
1650       {
1651         "deprecated": null,
1652         "alias": null,
1653         "protected": false,
1654         "tagname": "method",
1655         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
1656         "shortDoc": "Removes all added captures from the Observable. ...",
1657         "static": true,
1658         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1659         "private": false,
1660         "params": [
1661           {
1662             "type": "Observable",
1663             "optional": false,
1664             "doc": "<p>The Observable to release</p>\n",
1665             "name": "o"
1666           }
1667         ],
1668         "name": "releaseCapture",
1669         "owner": "Ext.util.Observable",
1670         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
1671         "linenr": 44,
1672         "return": {
1673           "type": "void",
1674           "doc": "\n"
1675         },
1676         "html_filename": "Observable.html"
1677       },
1678       {
1679         "deprecated": null,
1680         "alias": null,
1681         "protected": false,
1682         "tagname": "method",
1683         "href": "Observable.html#Ext-util-Observable-method-removeListener",
1684         "shortDoc": "Removes an event handler. ...",
1685         "static": false,
1686         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1687         "private": false,
1688         "params": [
1689           {
1690             "type": "String",
1691             "optional": false,
1692             "doc": "<p>The type of event the handler was associated with.</p>\n",
1693             "name": "eventName"
1694           },
1695           {
1696             "type": "Function",
1697             "optional": false,
1698             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.data.proxy.Ajax-method-addListener\" rel=\"Ext.data.proxy.Ajax-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1699             "name": "handler"
1700           },
1701           {
1702             "type": "Object",
1703             "optional": true,
1704             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1705             "name": "scope"
1706           }
1707         ],
1708         "name": "removeListener",
1709         "owner": "Ext.util.Observable",
1710         "doc": "<p>Removes an event handler.</p>\n",
1711         "linenr": 392,
1712         "return": {
1713           "type": "void",
1714           "doc": "\n"
1715         },
1716         "html_filename": "Observable.html"
1717       },
1718       {
1719         "deprecated": null,
1720         "alias": null,
1721         "protected": false,
1722         "tagname": "method",
1723         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1724         "shortDoc": "Removes listeners that were added by the mon method. ...",
1725         "static": false,
1726         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1727         "private": false,
1728         "params": [
1729           {
1730             "type": "Observable|Element",
1731             "optional": false,
1732             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1733             "name": "item"
1734           },
1735           {
1736             "type": "Object|String",
1737             "optional": false,
1738             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1739             "name": "ename"
1740           },
1741           {
1742             "type": "Function",
1743             "optional": false,
1744             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1745             "name": "fn"
1746           },
1747           {
1748             "type": "Object",
1749             "optional": false,
1750             "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",
1751             "name": "scope"
1752           }
1753         ],
1754         "name": "removeManagedListener",
1755         "owner": "Ext.util.Observable",
1756         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.proxy.Ajax-method-mon\" rel=\"Ext.data.proxy.Ajax-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1757         "linenr": 197,
1758         "return": {
1759           "type": "void",
1760           "doc": "\n"
1761         },
1762         "html_filename": "Observable.html"
1763       },
1764       {
1765         "deprecated": null,
1766         "alias": null,
1767         "protected": false,
1768         "tagname": "method",
1769         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
1770         "shortDoc": "Resumes firing events (see suspendEvents). ...",
1771         "static": false,
1772         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1773         "private": false,
1774         "params": [
1775
1776         ],
1777         "name": "resumeEvents",
1778         "owner": "Ext.util.Observable",
1779         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.data.proxy.Ajax-method-suspendEvents\" rel=\"Ext.data.proxy.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",
1780         "linenr": 554,
1781         "return": {
1782           "type": "void",
1783           "doc": "\n"
1784         },
1785         "html_filename": "Observable.html"
1786       },
1787       {
1788         "deprecated": null,
1789         "alias": null,
1790         "protected": false,
1791         "tagname": "method",
1792         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-setModel",
1793         "shortDoc": "Sets the model associated with this proxy. ...",
1794         "static": false,
1795         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1796         "private": false,
1797         "params": [
1798           {
1799             "type": "String|Ext.data.Model",
1800             "optional": false,
1801             "doc": "<p>The new model. Can be either the model name string,\nor a reference to the model's constructor</p>\n",
1802             "name": "model"
1803           },
1804           {
1805             "type": "Boolean",
1806             "optional": false,
1807             "doc": "<p>Sets the new model on the associated Store, if one is present</p>\n",
1808             "name": "setOnStore"
1809           }
1810         ],
1811         "name": "setModel",
1812         "owner": "Ext.data.proxy.Proxy",
1813         "doc": "<p>Sets the model associated with this proxy. This will only usually be called by a Store</p>\n",
1814         "linenr": 104,
1815         "return": {
1816           "type": "void",
1817           "doc": "\n"
1818         },
1819         "html_filename": "Proxy2.html"
1820       },
1821       {
1822         "deprecated": null,
1823         "alias": null,
1824         "protected": false,
1825         "tagname": "method",
1826         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-setReader",
1827         "shortDoc": "Sets the Proxy's Reader by string, config object or Reader instance ...",
1828         "static": false,
1829         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1830         "private": false,
1831         "params": [
1832           {
1833             "type": "String|Object|Ext.data.reader.Reader",
1834             "optional": false,
1835             "doc": "<p>The new Reader, which can be either a type string, a configuration object\nor an <a href=\"#/api/Ext.data.reader.Reader\" rel=\"Ext.data.reader.Reader\" class=\"docClass\">Ext.data.reader.Reader</a> instance</p>\n",
1836             "name": "reader"
1837           }
1838         ],
1839         "name": "setReader",
1840         "owner": "Ext.data.proxy.Proxy",
1841         "doc": "<p>Sets the Proxy's Reader by string, config object or Reader instance</p>\n",
1842         "linenr": 132,
1843         "return": {
1844           "type": "Ext.data.reader.Reader",
1845           "doc": "<p>The attached Reader object</p>\n"
1846         },
1847         "html_filename": "Proxy2.html"
1848       },
1849       {
1850         "deprecated": null,
1851         "alias": null,
1852         "protected": false,
1853         "tagname": "method",
1854         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-setWriter",
1855         "shortDoc": "Sets the Proxy's Writer by string, config object or Writer instance ...",
1856         "static": false,
1857         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1858         "private": false,
1859         "params": [
1860           {
1861             "type": "String|Object|Ext.data.writer.Writer",
1862             "optional": false,
1863             "doc": "<p>The new Writer, which can be either a type string, a configuration object\nor an <a href=\"#/api/Ext.data.writer.Writer\" rel=\"Ext.data.writer.Writer\" class=\"docClass\">Ext.data.writer.Writer</a> instance</p>\n",
1864             "name": "writer"
1865           }
1866         ],
1867         "name": "setWriter",
1868         "owner": "Ext.data.proxy.Proxy",
1869         "doc": "<p>Sets the Proxy's Writer by string, config object or Writer instance</p>\n",
1870         "linenr": 171,
1871         "return": {
1872           "type": "Ext.data.writer.Writer",
1873           "doc": "<p>The attached Writer object</p>\n"
1874         },
1875         "html_filename": "Proxy2.html"
1876       },
1877       {
1878         "deprecated": null,
1879         "alias": null,
1880         "protected": true,
1881         "tagname": "method",
1882         "href": "Base3.html#Ext-Base-method-statics",
1883         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
1884         "static": false,
1885         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1886         "private": false,
1887         "params": [
1888
1889         ],
1890         "name": "statics",
1891         "owner": "Ext.Base",
1892         "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",
1893         "linenr": 199,
1894         "return": {
1895           "type": "Class",
1896           "doc": "\n"
1897         },
1898         "html_filename": "Base3.html"
1899       },
1900       {
1901         "deprecated": null,
1902         "alias": null,
1903         "protected": false,
1904         "tagname": "method",
1905         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1906         "shortDoc": "Suspends the firing of all events. ...",
1907         "static": false,
1908         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1909         "private": false,
1910         "params": [
1911           {
1912             "type": "Boolean",
1913             "optional": false,
1914             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.data.proxy.Ajax-method-resumeEvents\" rel=\"Ext.data.proxy.Ajax-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
1915             "name": "queueSuspended"
1916           }
1917         ],
1918         "name": "suspendEvents",
1919         "owner": "Ext.util.Observable",
1920         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.data.proxy.Ajax-method-resumeEvents\" rel=\"Ext.data.proxy.Ajax-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
1921         "linenr": 541,
1922         "return": {
1923           "type": "void",
1924           "doc": "\n"
1925         },
1926         "html_filename": "Observable.html"
1927       },
1928       {
1929         "deprecated": null,
1930         "alias": {
1931           "tagname": "alias",
1932           "cls": "Ext.util.Observable",
1933           "doc": null,
1934           "owner": "removeListener"
1935         },
1936         "protected": false,
1937         "tagname": "method",
1938         "href": "Observable.html#Ext-util-Observable-method-un",
1939         "shortDoc": "Shorthand for removeListener. ...",
1940         "static": false,
1941         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1942         "private": false,
1943         "params": [
1944           {
1945             "type": "String",
1946             "optional": false,
1947             "doc": "<p>The type of event the handler was associated with.</p>\n",
1948             "name": "eventName"
1949           },
1950           {
1951             "type": "Function",
1952             "optional": false,
1953             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.data.proxy.Ajax-method-addListener\" rel=\"Ext.data.proxy.Ajax-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1954             "name": "handler"
1955           },
1956           {
1957             "type": "Object",
1958             "optional": true,
1959             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1960             "name": "scope"
1961           }
1962         ],
1963         "name": "un",
1964         "owner": "Ext.util.Observable",
1965         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.proxy.Ajax-method-removeListener\" rel=\"Ext.data.proxy.Ajax-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
1966         "linenr": 675,
1967         "return": {
1968           "type": "void",
1969           "doc": "\n"
1970         },
1971         "html_filename": "Observable.html"
1972       },
1973       {
1974         "deprecated": null,
1975         "alias": null,
1976         "protected": false,
1977         "tagname": "method",
1978         "href": "Proxy2.html#Ext-data-proxy-Proxy-method-update",
1979         "shortDoc": "Performs the given update operation. ...",
1980         "static": false,
1981         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Proxy.js",
1982         "private": false,
1983         "params": [
1984           {
1985             "type": "Ext.data.Operation",
1986             "optional": false,
1987             "doc": "<p>The Operation to perform</p>\n",
1988             "name": "operation"
1989           },
1990           {
1991             "type": "Function",
1992             "optional": false,
1993             "doc": "<p>Callback function to be called when the Operation has completed (whether successful or not)</p>\n",
1994             "name": "callback"
1995           },
1996           {
1997             "type": "Object",
1998             "optional": false,
1999             "doc": "<p>Scope to execute the callback function in</p>\n",
2000             "name": "scope"
2001           }
2002         ],
2003         "name": "update",
2004         "owner": "Ext.data.proxy.Proxy",
2005         "doc": "<p>Performs the given update operation.</p>\n",
2006         "linenr": 224,
2007         "return": {
2008           "type": "void",
2009           "doc": "\n"
2010         },
2011         "html_filename": "Proxy2.html"
2012       }
2013     ],
2014     "property": [
2015       {
2016         "type": "Object",
2017         "deprecated": null,
2018         "alias": null,
2019         "protected": false,
2020         "tagname": "property",
2021         "href": "Ajax.html#Ext-data-proxy-Ajax-property-actionMethods",
2022         "shortDoc": "Mapping of action name to HTTP request method. ...",
2023         "static": false,
2024         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Ajax.js",
2025         "private": false,
2026         "name": "actionMethods",
2027         "owner": "Ext.data.proxy.Ajax",
2028         "doc": "<p>Mapping of action name to HTTP request method. In the basic AjaxProxy these are set to 'GET' for 'read' actions and 'POST'\nfor 'create', 'update' and 'destroy' actions. The <a href=\"#/api/Ext.data.proxy.Rest\" rel=\"Ext.data.proxy.Rest\" class=\"docClass\">Ext.data.proxy.Rest</a> maps these to the correct RESTful methods.</p>\n",
2029         "linenr": 240,
2030         "html_filename": "Ajax.html"
2031       },
2032       {
2033         "type": "Class",
2034         "deprecated": null,
2035         "alias": null,
2036         "protected": true,
2037         "tagname": "property",
2038         "href": "Base3.html#Ext-Base-property-self",
2039         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
2040         "static": false,
2041         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2042         "private": false,
2043         "name": "self",
2044         "owner": "Ext.Base",
2045         "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",
2046         "linenr": 18,
2047         "html_filename": "Base3.html"
2048       }
2049     ],
2050     "cssVar": [
2051
2052     ],
2053     "cssMixin": [
2054
2055     ],
2056     "event": [
2057       {
2058         "deprecated": null,
2059         "alias": null,
2060         "protected": false,
2061         "tagname": "event",
2062         "href": "Server.html#Ext-data-proxy-Server-event-exception",
2063         "shortDoc": "Fires when the server returns an exception ...",
2064         "static": false,
2065         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Server.js",
2066         "private": false,
2067         "params": [
2068           {
2069             "type": "Ext.data.proxy.Proxy",
2070             "optional": false,
2071             "doc": "\n",
2072             "name": "this"
2073           },
2074           {
2075             "type": "Object",
2076             "optional": false,
2077             "doc": "<p>The response from the AJAX request</p>\n",
2078             "name": "response"
2079           },
2080           {
2081             "type": "Ext.data.Operation",
2082             "optional": false,
2083             "doc": "<p>The operation that triggered request</p>\n",
2084             "name": "operation"
2085           },
2086           {
2087             "type": "Object",
2088             "tagname": "param",
2089             "name": "options",
2090             "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"
2091           }
2092         ],
2093         "name": "exception",
2094         "owner": "Ext.data.proxy.Server",
2095         "doc": "<p>Fires when the server returns an exception</p>\n",
2096         "linenr": 133,
2097         "html_filename": "Server.html"
2098       }
2099     ]
2100   },
2101   "singleton": false,
2102   "alias": null,
2103   "superclasses": [
2104     "Ext.Base",
2105     "Ext.data.proxy.Proxy",
2106     "Ext.data.proxy.Server"
2107   ],
2108   "protected": false,
2109   "tagname": "class",
2110   "mixins": [
2111
2112   ],
2113   "href": "Ajax.html#Ext-data-proxy-Ajax",
2114   "subclasses": [
2115     "Ext.data.proxy.Rest"
2116   ],
2117   "static": false,
2118   "author": "Ed Spencer",
2119   "component": false,
2120   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/proxy/Ajax.js",
2121   "private": false,
2122   "alternateClassNames": [
2123     "Ext.data.HttpProxy",
2124     "Ext.data.AjaxProxy"
2125   ],
2126   "name": "Ext.data.proxy.Ajax",
2127   "doc": "<p>AjaxProxy is one of the most widely-used ways of getting data into your application. It uses AJAX requests to \nload data from the server, usually to be placed into a <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Store</a>. Let's take a look at a typical\nsetup. Here we're going to set up a Store that has an AjaxProxy. To prepare, we'll also set up a \n<a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a>:</p>\n\n\n\n\n<pre><code>Ext.define('User', {\n    extend: 'Ext.data.Model',\n    fields: ['id', 'name', 'email']\n});\n\n//The Store contains the AjaxProxy as an inline configuration\nvar store = new Ext.data.Store({\n    model: 'User',\n    proxy: {\n        type: 'ajax',\n        url : 'users.json'\n    }\n});\n\nstore.load();\n</code></pre>\n\n\n\n\n<p>Our example is going to load user data into a Store, so we start off by defining a <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a>\nwith the fields that we expect the server to return. Next we set up the Store itself, along with a proxy\nconfiguration. This configuration was automatically turned into an <a href=\"#/api/Ext.data.proxy.Ajax\" rel=\"Ext.data.proxy.Ajax\" class=\"docClass\">Ext.data.proxy.Ajax</a> instance, with the url we\nspecified being passed into AjaxProxy's constructor. It's as if we'd done this:</p>\n\n\n\n\n<pre><code>new Ext.data.proxy.Ajax({\n    url: 'users.json',\n    model: 'User',\n    reader: 'json'\n});\n</code></pre>\n\n\n\n\n<p>A couple of extra configurations appeared here - <a href=\"#/api/Ext.data.proxy.Ajax-cfg-model\" rel=\"Ext.data.proxy.Ajax-cfg-model\" class=\"docClass\">model</a> and <a href=\"#/api/Ext.data.proxy.Ajax-cfg-reader\" rel=\"Ext.data.proxy.Ajax-cfg-reader\" class=\"docClass\">reader</a>. These are set by default \nwhen we create the proxy via the Store - the Store already knows about the Model, and Proxy's default \n<a href=\"#/api/Ext.data.reader.Reader\" rel=\"Ext.data.reader.Reader\" class=\"docClass\">Reader</a> is <a href=\"#/api/Ext.data.reader.Json\" rel=\"Ext.data.reader.Json\" class=\"docClass\">JsonReader</a>.</p>\n\n\n\n\n<p>Now when we call store.load(), the AjaxProxy springs into action, making a request to the url we configured\n('users.json' in this case). As we're performing a read, it sends a GET request to that url (see <a href=\"#/api/Ext.data.proxy.Ajax-property-actionMethods\" rel=\"Ext.data.proxy.Ajax-property-actionMethods\" class=\"docClass\">actionMethods</a>\nto customize this - by default any kind of read will be sent as a GET request and any kind of write will be sent as a\nPOST request).</p>\n\n\n\n\n<p><u>Limitations</u></p>\n\n\n\n\n<p>AjaxProxy cannot be used to retrieve data from other domains. If your application is running on http://domainA.com\nit cannot load data from http://domainB.com because browsers have a built-in security policy that prohibits domains\ntalking to each other via AJAX.</p>\n\n\n\n\n<p>If you need to read data from another domain and can't set up a proxy server (some software that runs on your own\ndomain's web server and transparently forwards requests to http://domainB.com, making it look like they actually came\nfrom http://domainA.com), you can use <a href=\"#/api/Ext.data.proxy.JsonP\" rel=\"Ext.data.proxy.JsonP\" class=\"docClass\">Ext.data.proxy.JsonP</a> and a technique known as JSON-P (JSON with \nPadding), which can help you get around the problem so long as the server on http://domainB.com is set up to support\nJSON-P responses. See <a href=\"#/api/Ext.data.proxy.JsonP\" rel=\"Ext.data.proxy.JsonP\" class=\"docClass\">JsonPProxy</a>'s introduction docs for more details.</p>\n\n\n\n\n<p><u>Readers and Writers</u></p>\n\n\n\n\n<p>AjaxProxy can be configured to use any type of <a href=\"#/api/Ext.data.reader.Reader\" rel=\"Ext.data.reader.Reader\" class=\"docClass\">Reader</a> to decode the server's response. If\nno Reader is supplied, AjaxProxy will default to using a <a href=\"#/api/Ext.data.reader.Json\" rel=\"Ext.data.reader.Json\" class=\"docClass\">JsonReader</a>. Reader configuration\ncan be passed in as a simple object, which the Proxy automatically turns into a <a href=\"#/api/Ext.data.reader.Reader\" rel=\"Ext.data.reader.Reader\" class=\"docClass\">Reader</a>\ninstance:</p>\n\n\n\n\n<pre><code>var proxy = new Ext.data.proxy.Ajax({\n    model: 'User',\n    reader: {\n        type: 'xml',\n        root: 'users'\n    }\n});\n\nproxy.getReader(); //returns an <a href=\"#/api/Ext.data.reader.Xml\" rel=\"Ext.data.reader.Xml\" class=\"docClass\">XmlReader</a> instance based on the config we supplied\n</code></pre>\n\n\n\n\n<p><u>Url generation</u></p>\n\n\n\n\n<p>AjaxProxy automatically inserts any sorting, filtering, paging and grouping options into the url it generates for\neach request. These are controlled with the following configuration options:</p>\n\n\n\n\n<ul style=\"list-style-type: disc; padding-left: 20px;\">\n    <li><a href=\"#/api/Ext.data.proxy.Ajax-cfg-pageParam\" rel=\"Ext.data.proxy.Ajax-cfg-pageParam\" class=\"docClass\">pageParam</a> - controls how the page number is sent to the server \n    (see also <a href=\"#/api/Ext.data.proxy.Ajax-cfg-startParam\" rel=\"Ext.data.proxy.Ajax-cfg-startParam\" class=\"docClass\">startParam</a> and <a href=\"#/api/Ext.data.proxy.Ajax-cfg-limitParam\" rel=\"Ext.data.proxy.Ajax-cfg-limitParam\" class=\"docClass\">limitParam</a>)</li>\n    <li><a href=\"#/api/Ext.data.proxy.Ajax-cfg-sortParam\" rel=\"Ext.data.proxy.Ajax-cfg-sortParam\" class=\"docClass\">sortParam</a> - controls how sort information is sent to the server</li>\n    <li><a href=\"#/api/Ext.data.proxy.Ajax-cfg-groupParam\" rel=\"Ext.data.proxy.Ajax-cfg-groupParam\" class=\"docClass\">groupParam</a> - controls how grouping information is sent to the server</li>\n    <li><a href=\"#/api/Ext.data.proxy.Ajax-cfg-filterParam\" rel=\"Ext.data.proxy.Ajax-cfg-filterParam\" class=\"docClass\">filterParam</a> - controls how filter information is sent to the server</li>\n</ul>\n\n\n\n\n<p>Each request sent by AjaxProxy is described by an <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Operation</a>. To see how we can \ncustomize the generated urls, let's say we're loading the Proxy with the following Operation:</p>\n\n\n\n\n<pre><code>var operation = new Ext.data.Operation({\n    action: 'read',\n    page  : 2\n});\n</code></pre>\n\n\n\n\n<p>Now we'll issue the request for this Operation by calling <a href=\"#/api/Ext.data.proxy.Ajax-method-read\" rel=\"Ext.data.proxy.Ajax-method-read\" class=\"docClass\">read</a>:</p>\n\n\n\n\n<pre><code>var proxy = new Ext.data.proxy.Ajax({\n    url: '/users'\n});\n\nproxy.read(operation); //GET /users?page=2\n</code></pre>\n\n\n\n\n<p>Easy enough - the Proxy just copied the page property from the Operation. We can customize how this page data is\nsent to the server:</p>\n\n\n\n\n<pre><code>var proxy = new Ext.data.proxy.Ajax({\n    url: '/users',\n    pagePage: 'pageNumber'\n});\n\nproxy.read(operation); //GET /users?pageNumber=2\n</code></pre>\n\n\n\n\n<p>Alternatively, our Operation could have been configured to send start and limit parameters instead of page:</p>\n\n\n\n\n<pre><code>var operation = new Ext.data.Operation({\n    action: 'read',\n    start : 50,\n    limit : 25\n});\n\nvar proxy = new Ext.data.proxy.Ajax({\n    url: '/users'\n});\n\nproxy.read(operation); //GET /users?start=50&limit=25\n</code></pre>\n\n\n\n\n<p>Again we can customize this url:</p>\n\n\n\n\n<pre><code>var proxy = new Ext.data.proxy.Ajax({\n    url: '/users',\n    startParam: 'startIndex',\n    limitParam: 'limitIndex'\n});\n\nproxy.read(operation); //GET /users?startIndex=50&limitIndex=25\n</code></pre>\n\n\n\n\n<p>AjaxProxy will also send sort and filter information to the server. Let's take a look at how this looks with a\nmore expressive Operation object:</p>\n\n\n\n\n<pre><code>var operation = new Ext.data.Operation({\n    action: 'read',\n    sorters: [\n        new Ext.util.Sorter({\n            property : 'name',\n            direction: 'ASC'\n        }),\n        new Ext.util.Sorter({\n            property : 'age',\n            direction: 'DESC'\n        })\n    ],\n    filters: [\n        new Ext.util.Filter({\n            property: 'eyeColor',\n            value   : 'brown'\n        })\n    ]\n});\n</code></pre>\n\n\n\n\n<p>This is the type of object that is generated internally when loading a <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Store</a> with sorters\nand filters defined. By default the AjaxProxy will JSON encode the sorters and filters, resulting in something like\nthis (note that the url is escaped before sending the request, but is left unescaped here for clarity):</p>\n\n\n\n\n<pre><code>var proxy = new Ext.data.proxy.Ajax({\n    url: '/users'\n});\n\nproxy.read(operation); //GET /users?sort=[{\"property\":\"name\",\"direction\":\"ASC\"},{\"property\":\"age\",\"direction\":\"DESC\"}]&filter=[{\"property\":\"eyeColor\",\"value\":\"brown\"}]\n</code></pre>\n\n\n\n\n<p>We can again customize how this is created by supplying a few configuration options. Let's say our server is set \nup to receive sorting information is a format like \"sortBy=name#ASC,age#DESC\". We can configure AjaxProxy to provide\nthat format like this:</p>\n\n\n\n\n<pre><code> var proxy = new Ext.data.proxy.Ajax({\n     url: '/users',\n     sortParam: 'sortBy',\n     filterParam: 'filterBy',\n\n     //our custom implementation of sorter encoding - turns our sorters into \"name#ASC,age#DESC\"\n     encodeSorters: function(sorters) {\n         var length   = sorters.length,\n             sortStrs = [],\n             sorter, i;\n\n         for (i = 0; i < length; i++) {\n             sorter = sorters[i];\n\n             sortStrs[i] = sorter.property + '#' + sorter.direction\n         }\n\n         return sortStrs.join(\",\");\n     }\n });\n\n proxy.read(operation); //GET /users?sortBy=name#ASC,age#DESC&filterBy=[{\"property\":\"eyeColor\",\"value\":\"brown\"}]\n </code></pre>\n\n\n\n\n<p>We can also provide a custom <a href=\"#/api/Ext.data.proxy.Ajax-method-encodeFilters\" rel=\"Ext.data.proxy.Ajax-method-encodeFilters\" class=\"docClass\">encodeFilters</a> function to encode our filters.</p>\n\n",
2128   "mixedInto": [
2129
2130   ],
2131   "linenr": 1,
2132   "xtypes": [
2133
2134   ],
2135   "html_filename": "Ajax.html",
2136   "extends": "Ext.data.proxy.Server"
2137 });