Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.EventManager.js
1 Ext.data.JsonP.Ext_EventManager({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9
10     ],
11     "method": [
12       {
13         "deprecated": null,
14         "alias": null,
15         "protected": false,
16         "tagname": "method",
17         "href": "EventManager.html#Ext-EventManager-method-addListener",
18         "shortDoc": "Appends an event handler to an element. ...",
19         "static": false,
20         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
21         "private": false,
22         "params": [
23           {
24             "type": "String/HTMLElement",
25             "optional": false,
26             "doc": "<p>The html element or id to assign the event handler to.</p>\n",
27             "name": "el"
28           },
29           {
30             "type": "String",
31             "optional": false,
32             "doc": "<p>The name of the event to listen for.</p>\n",
33             "name": "eventName"
34           },
35           {
36             "type": "Function",
37             "optional": false,
38             "doc": "<p>The handler function the event invokes. This function is passed\nthe following parameters:<ul>\n<li>evt : EventObject<div class=\"sub-desc\">The <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">EventObject</a> describing the event.</div></li>\n<li>t : Element<div class=\"sub-desc\">The <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Element</a> which was the target of the event.\nNote that this may be filtered by using the <tt>delegate</tt> option.</div></li>\n<li>o : Object<div class=\"sub-desc\">The options object from the addListener call.</div></li>\n</ul></p>\n",
39             "name": "handler"
40           },
41           {
42             "type": "Object",
43             "optional": true,
44             "doc": "<p>(optional) The scope (<b><code>this</code></b> reference) in which the handler function is executed. <b>Defaults to the Element</b>.</p>\n",
45             "name": "scope"
46           },
47           {
48             "type": "Object",
49             "optional": true,
50             "doc": "<p>(optional) An object containing handler configuration properties.\nThis may contain any of the following properties:<ul>\n<li>scope : Object<div class=\"sub-desc\">The scope (<b><code>this</code></b> reference) in which the handler function is executed. <b>Defaults to the Element</b>.</div></li>\n<li>delegate : String<div class=\"sub-desc\">A simple selector to filter the target or look for a descendant of the target</div></li>\n<li>stopEvent : Boolean<div class=\"sub-desc\">True to stop the event. That is stop propagation, and prevent the default action.</div></li>\n<li>preventDefault : Boolean<div class=\"sub-desc\">True to prevent the default action</div></li>\n<li>stopPropagation : Boolean<div class=\"sub-desc\">True to prevent event propagation</div></li>\n<li>normalized : Boolean<div class=\"sub-desc\">False to pass a browser event to the handler function instead of an Ext.EventObject</div></li>\n<li>delay : Number<div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after te event fires.</div></li>\n<li>single : Boolean<div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li>buffer : Number<div class=\"sub-desc\">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\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n<li>target : Element<div class=\"sub-desc\">Only call the handler if the event was fired on the target Element, <i>not</i> if the event was bubbled up from a child node.</div></li>\n</ul><br></p>\n\n<p>See <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a> for examples of how to use these options.</p>\n\n",
51             "name": "options"
52           }
53         ],
54         "name": "addListener",
55         "owner": "Ext.EventManager",
56         "doc": "<p>Appends an event handler to an element.  The shorthand version <a href=\"#/api/Ext.EventManager-method-on\" rel=\"Ext.EventManager-method-on\" class=\"docClass\">on</a> is equivalent.  Typically you will\nuse <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a> directly on an Element in favor of calling this version.</p>\n",
57         "linenr": 284,
58         "return": {
59           "type": "void",
60           "doc": "\n"
61         },
62         "html_filename": "EventManager.html"
63       },
64       {
65         "deprecated": null,
66         "alias": null,
67         "protected": false,
68         "tagname": "method",
69         "href": "EventManager.html#Ext-EventManager-method-getId",
70         "shortDoc": "Get the id of the element. ...",
71         "static": false,
72         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
73         "private": false,
74         "params": [
75           {
76             "type": "Mixed",
77             "optional": false,
78             "doc": "<p>The element to get the id for.</p>\n",
79             "name": "element"
80           }
81         ],
82         "name": "getId",
83         "owner": "Ext.EventManager",
84         "doc": "<p>Get the id of the element. If one has not been assigned, automatically assign it.</p>\n",
85         "linenr": 170,
86         "return": {
87           "type": "String",
88           "doc": "<p>id</p>\n"
89         },
90         "html_filename": "EventManager.html"
91       },
92       {
93         "deprecated": null,
94         "alias": null,
95         "protected": false,
96         "tagname": "method",
97         "href": "EventManager.html#Ext-EventManager-method-getKeyEvent",
98         "shortDoc": "Indicates which event to use for getting key presses. ...",
99         "static": false,
100         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
101         "private": false,
102         "params": [
103
104         ],
105         "name": "getKeyEvent",
106         "owner": "Ext.EventManager",
107         "doc": "<p>Indicates which event to use for getting key presses.</p>\n",
108         "linenr": 834,
109         "return": {
110           "type": "String",
111           "doc": "<p>The appropriate event name.</p>\n"
112         },
113         "html_filename": "EventManager.html"
114       },
115       {
116         "deprecated": null,
117         "alias": null,
118         "protected": false,
119         "tagname": "method",
120         "href": "EventManager.html#Ext-EventManager-method-getPageX",
121         "shortDoc": "Gets the x coordinate from the event ...",
122         "static": false,
123         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
124         "private": false,
125         "params": [
126           {
127             "type": "Object",
128             "optional": false,
129             "doc": "<p>The event</p>\n",
130             "name": "event"
131           }
132         ],
133         "name": "getPageX",
134         "owner": "Ext.EventManager",
135         "doc": "<p>Gets the x coordinate from the event</p>\n",
136         "linenr": 656,
137         "return": {
138           "type": "Number",
139           "doc": "<p>The x coordinate</p>\n"
140         },
141         "html_filename": "EventManager.html"
142       },
143       {
144         "deprecated": null,
145         "alias": null,
146         "protected": false,
147         "tagname": "method",
148         "href": "EventManager.html#Ext-EventManager-method-getPageXY",
149         "shortDoc": "Gets the x &amp; ycoordinate from the event ...",
150         "static": false,
151         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
152         "private": false,
153         "params": [
154           {
155             "type": "Object",
156             "optional": false,
157             "doc": "<p>The event</p>\n",
158             "name": "event"
159           }
160         ],
161         "name": "getPageXY",
162         "owner": "Ext.EventManager",
163         "doc": "<p>Gets the x &amp; ycoordinate from the event</p>\n",
164         "linenr": 674,
165         "return": {
166           "type": "Array",
167           "doc": "<p>The x/y coordinate</p>\n"
168         },
169         "html_filename": "EventManager.html"
170       },
171       {
172         "deprecated": null,
173         "alias": null,
174         "protected": false,
175         "tagname": "method",
176         "href": "EventManager.html#Ext-EventManager-method-getPageY",
177         "shortDoc": "Gets the y coordinate from the event ...",
178         "static": false,
179         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
180         "private": false,
181         "params": [
182           {
183             "type": "Object",
184             "optional": false,
185             "doc": "<p>The event</p>\n",
186             "name": "event"
187           }
188         ],
189         "name": "getPageY",
190         "owner": "Ext.EventManager",
191         "doc": "<p>Gets the y coordinate from the event</p>\n",
192         "linenr": 665,
193         "return": {
194           "type": "Number",
195           "doc": "<p>The y coordinate</p>\n"
196         },
197         "html_filename": "EventManager.html"
198       },
199       {
200         "deprecated": null,
201         "alias": null,
202         "protected": false,
203         "tagname": "method",
204         "href": "EventManager.html#Ext-EventManager-method-getRelatedTarget",
205         "shortDoc": "Gets the related target from the event. ...",
206         "static": false,
207         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
208         "private": false,
209         "params": [
210           {
211             "type": "Object",
212             "optional": false,
213             "doc": "<p>The event</p>\n",
214             "name": "event"
215           }
216         ],
217         "name": "getRelatedTarget",
218         "owner": "Ext.EventManager",
219         "doc": "<p>Gets the related target from the event.</p>\n",
220         "linenr": 638,
221         "return": {
222           "type": "HTMLElement",
223           "doc": "<p>The related target.</p>\n"
224         },
225         "html_filename": "EventManager.html"
226       },
227       {
228         "deprecated": null,
229         "alias": null,
230         "protected": false,
231         "tagname": "method",
232         "href": "EventManager.html#Ext-EventManager-method-getTarget",
233         "shortDoc": "Gets the target of the event. ...",
234         "static": false,
235         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
236         "private": false,
237         "params": [
238           {
239             "type": "Object",
240             "optional": false,
241             "doc": "<p>The event</p>\n",
242             "name": "event"
243           }
244         ],
245         "name": "getTarget",
246         "owner": "Ext.EventManager",
247         "doc": "<p>Gets the target of the event.</p>\n",
248         "linenr": 694,
249         "return": {
250           "type": "HTMLElement",
251           "doc": "<p>target</p>\n"
252         },
253         "html_filename": "EventManager.html"
254       },
255       {
256         "deprecated": null,
257         "alias": null,
258         "protected": false,
259         "tagname": "method",
260         "href": "EventManager.html#Ext-EventManager-method-on",
261         "shortDoc": "Alias for Ext.EventManager.addListener ...",
262         "static": false,
263         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
264         "private": false,
265         "params": [
266
267         ],
268         "name": "on",
269         "owner": "Ext.EventManager",
270         "doc": "<p>Alias for <a href=\"#/api/Ext.EventManager-method-addListener\" rel=\"Ext.EventManager-method-addListener\" class=\"docClass\">Ext.EventManager.addListener</a></p>\n",
271         "linenr": 859,
272         "return": {
273           "type": "void",
274           "doc": "\n"
275         },
276         "html_filename": "EventManager.html"
277       },
278       {
279         "deprecated": null,
280         "alias": null,
281         "protected": false,
282         "tagname": "method",
283         "href": "EventManager.html#Ext-EventManager-method-onDocumentReady",
284         "shortDoc": "Adds a listener to be notified when the document is ready (before onload and before images are loaded). ...",
285         "static": false,
286         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
287         "private": false,
288         "params": [
289           {
290             "type": "Function",
291             "optional": false,
292             "doc": "<p>The method the event invokes.</p>\n",
293             "name": "fn"
294           },
295           {
296             "type": "Object",
297             "optional": true,
298             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function executes. Defaults to the browser window.</p>\n",
299             "name": "scope"
300           },
301           {
302             "type": "boolean",
303             "optional": true,
304             "doc": "<p>(optional) Options object as passed to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a>.</p>\n",
305             "name": "options"
306           }
307         ],
308         "name": "onDocumentReady",
309         "owner": "Ext.EventManager",
310         "doc": "<p>Adds a listener to be notified when the document is ready (before onload and before images are loaded). Can be\naccessed shorthanded as Ext.onReady().</p>\n",
311         "linenr": 129,
312         "return": {
313           "type": "void",
314           "doc": "\n"
315         },
316         "html_filename": "EventManager.html"
317       },
318       {
319         "deprecated": null,
320         "alias": null,
321         "protected": false,
322         "tagname": "method",
323         "href": "EventManager.html#Ext-EventManager-method-onWindowResize",
324         "shortDoc": "Adds a listener to be notified when the browser window is resized and provides resize event buffering (100 millisecon...",
325         "static": false,
326         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
327         "private": false,
328         "params": [
329           {
330             "type": "Function",
331             "optional": false,
332             "doc": "<p>The handler function the window resize event invokes.</p>\n",
333             "name": "fn"
334           },
335           {
336             "type": "Object",
337             "optional": false,
338             "doc": "<p>The scope (<code>this</code> reference) in which the handler function executes. Defaults to the browser window.</p>\n",
339             "name": "scope"
340           },
341           {
342             "type": "boolean",
343             "optional": false,
344             "doc": "<p>Options object as passed to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n",
345             "name": "options"
346           }
347         ],
348         "name": "onWindowResize",
349         "owner": "Ext.EventManager",
350         "doc": "<p>Adds a listener to be notified when the browser window is resized and provides resize event buffering (100 milliseconds),\npasses new viewport width and height to handlers.</p>\n",
351         "linenr": 732,
352         "return": {
353           "type": "void",
354           "doc": "\n"
355         },
356         "html_filename": "EventManager.html"
357       },
358       {
359         "deprecated": null,
360         "alias": null,
361         "protected": false,
362         "tagname": "method",
363         "href": "EventManager.html#Ext-EventManager-method-preventDefault",
364         "shortDoc": "Prevents the browsers default handling of the event. ...",
365         "static": false,
366         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
367         "private": false,
368         "params": [
369           {
370             "type": "Event",
371             "optional": false,
372             "doc": "<p>event to prevent the default</p>\n",
373             "name": "The"
374           }
375         ],
376         "name": "preventDefault",
377         "owner": "Ext.EventManager",
378         "doc": "<p>Prevents the browsers default handling of the event.</p>\n",
379         "linenr": 616,
380         "return": {
381           "type": "void",
382           "doc": "\n"
383         },
384         "html_filename": "EventManager.html"
385       },
386       {
387         "deprecated": null,
388         "alias": null,
389         "protected": false,
390         "tagname": "method",
391         "href": "EventManager.html#Ext-EventManager-method-purgeElement",
392         "shortDoc": "Recursively removes all previous added listeners from an element and its children. ...",
393         "static": false,
394         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
395         "private": false,
396         "params": [
397           {
398             "type": "String/HTMLElement",
399             "optional": false,
400             "doc": "<p>The id or html element from which to remove all event handlers.</p>\n",
401             "name": "el"
402           },
403           {
404             "type": "String",
405             "optional": true,
406             "doc": "<p>(optional) The name of the event.</p>\n",
407             "name": "eventName"
408           }
409         ],
410         "name": "purgeElement",
411         "owner": "Ext.EventManager",
412         "doc": "<p>Recursively removes all previous added listeners from an element and its children. Typically you will use <a href=\"#/api/Ext.core.Element-method-purgeAllListeners\" rel=\"Ext.core.Element-method-purgeAllListeners\" class=\"docClass\">Ext.core.Element.purgeAllListeners</a>\ndirectly on an Element in favor of calling this version.</p>\n",
413         "linenr": 452,
414         "return": {
415           "type": "void",
416           "doc": "\n"
417         },
418         "html_filename": "EventManager.html"
419       },
420       {
421         "deprecated": null,
422         "alias": null,
423         "protected": false,
424         "tagname": "method",
425         "href": "EventManager.html#Ext-EventManager-method-removeAll",
426         "shortDoc": "Removes all event handers from an element. ...",
427         "static": false,
428         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
429         "private": false,
430         "params": [
431           {
432             "type": "String/HTMLElement",
433             "optional": false,
434             "doc": "<p>The id or html element from which to remove all event handlers.</p>\n",
435             "name": "el"
436           }
437         ],
438         "name": "removeAll",
439         "owner": "Ext.EventManager",
440         "doc": "<p>Removes all event handers from an element.  Typically you will use <a href=\"#/api/Ext.core.Element-method-removeAllListeners\" rel=\"Ext.core.Element-method-removeAllListeners\" class=\"docClass\">Ext.core.Element.removeAllListeners</a>\ndirectly on an Element in favor of calling this version.</p>\n",
441         "linenr": 431,
442         "return": {
443           "type": "void",
444           "doc": "\n"
445         },
446         "html_filename": "EventManager.html"
447       },
448       {
449         "deprecated": null,
450         "alias": null,
451         "protected": false,
452         "tagname": "method",
453         "href": "EventManager.html#Ext-EventManager-method-removeListener",
454         "shortDoc": "Removes an event handler from an element. ...",
455         "static": false,
456         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
457         "private": false,
458         "params": [
459           {
460             "type": "String/HTMLElement",
461             "optional": false,
462             "doc": "<p>The id or html element from which to remove the listener.</p>\n",
463             "name": "el"
464           },
465           {
466             "type": "String",
467             "optional": false,
468             "doc": "<p>The name of the event.</p>\n",
469             "name": "eventName"
470           },
471           {
472             "type": "Function",
473             "optional": false,
474             "doc": "<p>The handler function to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.EventManager-method-addListener\" rel=\"Ext.EventManager-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
475             "name": "fn"
476           },
477           {
478             "type": "Object",
479             "optional": false,
480             "doc": "<p>If a scope (<b><code>this</code></b> reference) was specified when the listener was added,\nthen this must refer to the same object.</p>\n",
481             "name": "scope"
482           }
483         ],
484         "name": "removeListener",
485         "owner": "Ext.EventManager",
486         "doc": "<p>Removes an event handler from an element.  The shorthand version <a href=\"#/api/Ext.EventManager-method-un\" rel=\"Ext.EventManager-method-un\" class=\"docClass\">un</a> is equivalent.  Typically\nyou will use <a href=\"#/api/Ext.core.Element-method-removeListener\" rel=\"Ext.core.Element-method-removeListener\" class=\"docClass\">Ext.core.Element.removeListener</a> directly on an Element in favor of calling this version.</p>\n",
487         "linenr": 371,
488         "return": {
489           "type": "void",
490           "doc": "\n"
491         },
492         "html_filename": "EventManager.html"
493       },
494       {
495         "deprecated": null,
496         "alias": null,
497         "protected": false,
498         "tagname": "method",
499         "href": "EventManager.html#Ext-EventManager-method-removeResizeListener",
500         "shortDoc": "Removes the passed window resize listener. ...",
501         "static": false,
502         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
503         "private": false,
504         "params": [
505           {
506             "type": "Function",
507             "optional": false,
508             "doc": "<p>The method the event invokes</p>\n",
509             "name": "fn"
510           },
511           {
512             "type": "Object",
513             "optional": false,
514             "doc": "<p>The scope of handler</p>\n",
515             "name": "scope"
516           }
517         ],
518         "name": "removeResizeListener",
519         "owner": "Ext.EventManager",
520         "doc": "<p>Removes the passed window resize listener.</p>\n",
521         "linenr": 765,
522         "return": {
523           "type": "void",
524           "doc": "\n"
525         },
526         "html_filename": "EventManager.html"
527       },
528       {
529         "deprecated": null,
530         "alias": null,
531         "protected": false,
532         "tagname": "method",
533         "href": "EventManager.html#Ext-EventManager-method-removeUnloadListener",
534         "shortDoc": "Removes the passed window unload listener. ...",
535         "static": false,
536         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
537         "private": false,
538         "params": [
539           {
540             "type": "Function",
541             "optional": false,
542             "doc": "<p>The method the event invokes</p>\n",
543             "name": "fn"
544           },
545           {
546             "type": "Object",
547             "optional": false,
548             "doc": "<p>The scope of handler</p>\n",
549             "name": "scope"
550           }
551         ],
552         "name": "removeUnloadListener",
553         "owner": "Ext.EventManager",
554         "doc": "<p>Removes the passed window unload listener.</p>\n",
555         "linenr": 813,
556         "return": {
557           "type": "void",
558           "doc": "\n"
559         },
560         "html_filename": "EventManager.html"
561       },
562       {
563         "deprecated": null,
564         "alias": null,
565         "protected": false,
566         "tagname": "method",
567         "href": "EventManager.html#Ext-EventManager-method-stopEvent",
568         "shortDoc": "Stop the event (preventDefault and stopPropagation) ...",
569         "static": false,
570         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
571         "private": false,
572         "params": [
573           {
574             "type": "Event",
575             "optional": false,
576             "doc": "<p>event to stop</p>\n",
577             "name": "The"
578           }
579         ],
580         "name": "stopEvent",
581         "owner": "Ext.EventManager",
582         "doc": "<p>Stop the event (preventDefault and stopPropagation)</p>\n",
583         "linenr": 594,
584         "return": {
585           "type": "void",
586           "doc": "\n"
587         },
588         "html_filename": "EventManager.html"
589       },
590       {
591         "deprecated": null,
592         "alias": null,
593         "protected": false,
594         "tagname": "method",
595         "href": "EventManager.html#Ext-EventManager-method-stopPropagation",
596         "shortDoc": "Cancels bubbling of the event. ...",
597         "static": false,
598         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
599         "private": false,
600         "params": [
601           {
602             "type": "Event",
603             "optional": false,
604             "doc": "<p>event to stop bubbling.</p>\n",
605             "name": "The"
606           }
607         ],
608         "name": "stopPropagation",
609         "owner": "Ext.EventManager",
610         "doc": "<p>Cancels bubbling of the event.</p>\n",
611         "linenr": 603,
612         "return": {
613           "type": "void",
614           "doc": "\n"
615         },
616         "html_filename": "EventManager.html"
617       },
618       {
619         "deprecated": null,
620         "alias": null,
621         "protected": false,
622         "tagname": "method",
623         "href": "EventManager.html#Ext-EventManager-method-un",
624         "shortDoc": "Alias for Ext.EventManager.removeListener ...",
625         "static": false,
626         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
627         "private": false,
628         "params": [
629
630         ],
631         "name": "un",
632         "owner": "Ext.EventManager",
633         "doc": "<p>Alias for <a href=\"#/api/Ext.EventManager-method-removeListener\" rel=\"Ext.EventManager-method-removeListener\" class=\"docClass\">Ext.EventManager.removeListener</a></p>\n",
634         "linenr": 866,
635         "return": {
636           "type": "void",
637           "doc": "\n"
638         },
639         "html_filename": "EventManager.html"
640       }
641     ],
642     "property": [
643
644     ],
645     "cssVar": [
646
647     ],
648     "cssMixin": [
649
650     ],
651     "event": [
652
653     ]
654   },
655   "singleton": true,
656   "alias": null,
657   "superclasses": [
658
659   ],
660   "protected": false,
661   "tagname": "class",
662   "mixins": [
663
664   ],
665   "href": "EventManager.html#Ext-EventManager",
666   "subclasses": [
667
668   ],
669   "static": false,
670   "author": null,
671   "component": false,
672   "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js",
673   "private": false,
674   "alternateClassNames": [
675
676   ],
677   "name": "Ext.EventManager",
678   "doc": "<p>Registers event handlers that want to receive a normalized EventObject instead of the standard browser event and provides\nseveral useful events directly.\nSee <a href=\"#/api/Ext.EventObject\" rel=\"Ext.EventObject\" class=\"docClass\">Ext.EventObject</a> for more details on normalized event objects.</p>\n",
679   "mixedInto": [
680
681   ],
682   "linenr": 1,
683   "xtypes": [
684
685   ],
686   "html_filename": "EventManager.html",
687   "extends": null
688 });