|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: event DOMEventFacade (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>event <span class="subtitle">3.0.0</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_event.html" title="event">event</a> |
|
22 > DOMEventFacade |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">DOMEventFacade</b> |
|
52 <span class="extends"> |
|
53 </span> |
|
54 |
|
55 </h2> |
|
56 <!-- class tree goes here --> |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 <div class="summary description" property="yui:description"> |
|
62 Wraps a DOM event, properties requiring browser abstraction are |
|
63 fixed here. Provids a security layer when required. |
|
64 </div> |
|
65 |
|
66 |
|
67 <div rel="yui:properties" resource="#properties"> |
|
68 <div class="section field details"> |
|
69 <h3 id="properties">Properties</h3> |
|
70 <div class="content"> |
|
71 <div class="" rel="yui:property" resource="#property__event"> |
|
72 <h4><a name="property__event" property="yui:name">_event</a> |
|
73 - <code><span property="yui:type">object</span></code> |
|
74 </h4> |
|
75 <div class="detail"> |
|
76 <div class="description" property="yui:description"> |
|
77 The native event |
|
78 </div> |
|
79 </div> |
|
80 |
|
81 |
|
82 |
|
83 |
|
84 <hr /> |
|
85 </div> |
|
86 <div class="" rel="yui:property" resource="#property_button"> |
|
87 <h4><a name="property_button" property="yui:name">button</a> |
|
88 - <code><span property="yui:type">int</span></code> |
|
89 </h4> |
|
90 <div class="detail"> |
|
91 <div class="description" property="yui:description"> |
|
92 The button that was pushed. |
|
93 </div> |
|
94 </div> |
|
95 |
|
96 |
|
97 |
|
98 |
|
99 <hr /> |
|
100 </div> |
|
101 <div class="" rel="yui:property" resource="#property_charCode"> |
|
102 <h4><a name="property_charCode" property="yui:name">charCode</a> |
|
103 - <code><span property="yui:type">int</span></code> |
|
104 </h4> |
|
105 <div class="detail"> |
|
106 <div class="description" property="yui:description"> |
|
107 The charCode for key events. Same as keyCode |
|
108 </div> |
|
109 </div> |
|
110 |
|
111 |
|
112 |
|
113 |
|
114 <hr /> |
|
115 </div> |
|
116 <div class="" rel="yui:property" resource="#property_currentTarget"> |
|
117 <h4><a name="property_currentTarget" property="yui:name">currentTarget</a> |
|
118 - <code><span property="yui:type">Node</span></code> |
|
119 </h4> |
|
120 <div class="detail"> |
|
121 <div class="description" property="yui:description"> |
|
122 Node reference for the element that the listener was attached to. |
|
123 </div> |
|
124 </div> |
|
125 |
|
126 |
|
127 |
|
128 |
|
129 <hr /> |
|
130 </div> |
|
131 <div class="" rel="yui:property" resource="#property_keyCode"> |
|
132 <h4><a name="property_keyCode" property="yui:name">keyCode</a> |
|
133 - <code><span property="yui:type">int</span></code> |
|
134 </h4> |
|
135 <div class="detail"> |
|
136 <div class="description" property="yui:description"> |
|
137 The keyCode for key events. Uses charCode if keyCode is not available |
|
138 </div> |
|
139 </div> |
|
140 |
|
141 |
|
142 |
|
143 |
|
144 <hr /> |
|
145 </div> |
|
146 <div class="" rel="yui:property" resource="#property_pageX"> |
|
147 <h4><a name="property_pageX" property="yui:name">pageX</a> |
|
148 - <code><span property="yui:type">int</span></code> |
|
149 </h4> |
|
150 <div class="detail"> |
|
151 <div class="description" property="yui:description"> |
|
152 The X location of the event on the page (including scroll) |
|
153 </div> |
|
154 </div> |
|
155 |
|
156 |
|
157 |
|
158 |
|
159 <hr /> |
|
160 </div> |
|
161 <div class="" rel="yui:property" resource="#property_pageY"> |
|
162 <h4><a name="property_pageY" property="yui:name">pageY</a> |
|
163 - <code><span property="yui:type">int</span></code> |
|
164 </h4> |
|
165 <div class="detail"> |
|
166 <div class="description" property="yui:description"> |
|
167 The Y location of the event on the page (including scroll) |
|
168 </div> |
|
169 </div> |
|
170 |
|
171 |
|
172 |
|
173 |
|
174 <hr /> |
|
175 </div> |
|
176 <div class="" rel="yui:property" resource="#property_relatedTarget"> |
|
177 <h4><a name="property_relatedTarget" property="yui:name">relatedTarget</a> |
|
178 - <code><span property="yui:type">Node</span></code> |
|
179 </h4> |
|
180 <div class="detail"> |
|
181 <div class="description" property="yui:description"> |
|
182 Node reference to the relatedTarget |
|
183 </div> |
|
184 </div> |
|
185 |
|
186 |
|
187 |
|
188 |
|
189 <hr /> |
|
190 </div> |
|
191 <div class="" rel="yui:property" resource="#property_target"> |
|
192 <h4><a name="property_target" property="yui:name">target</a> |
|
193 - <code><span property="yui:type">Node</span></code> |
|
194 </h4> |
|
195 <div class="detail"> |
|
196 <div class="description" property="yui:description"> |
|
197 Node reference for the targeted element |
|
198 </div> |
|
199 </div> |
|
200 |
|
201 |
|
202 |
|
203 |
|
204 <hr /> |
|
205 </div> |
|
206 <div class="private" rel="yui:property" resource="#property_webkitKeymap"> |
|
207 <h4><a name="property_webkitKeymap" property="yui:name">webkitKeymap</a> |
|
208 - <code>private <span property="yui:type">object</span></code> |
|
209 </h4> |
|
210 <div class="detail"> |
|
211 <div class="description" property="yui:description"> |
|
212 webkit key remapping required for Safari < 3.1 |
|
213 </div> |
|
214 </div> |
|
215 |
|
216 |
|
217 |
|
218 |
|
219 <hr /> |
|
220 </div> |
|
221 <div class="" rel="yui:property" resource="#property_wheelDelta"> |
|
222 <h4><a name="property_wheelDelta" property="yui:name">wheelDelta</a> |
|
223 - <code><span property="yui:type">int</span></code> |
|
224 </h4> |
|
225 <div class="detail"> |
|
226 <div class="description" property="yui:description"> |
|
227 Number representing the direction and velocity of the movement of the mousewheel. |
|
228 Negative is down, the higher the number, the faster. Applies to the mousewheel event. |
|
229 </div> |
|
230 </div> |
|
231 |
|
232 |
|
233 |
|
234 |
|
235 <hr /> |
|
236 </div> |
|
237 <div class="" rel="yui:property" resource="#property_which"> |
|
238 <h4><a name="property_which" property="yui:name">which</a> |
|
239 - <code><span property="yui:type">int</span></code> |
|
240 </h4> |
|
241 <div class="detail"> |
|
242 <div class="description" property="yui:description"> |
|
243 The button that was pushed. Same as button. |
|
244 </div> |
|
245 </div> |
|
246 |
|
247 |
|
248 |
|
249 |
|
250 <hr /> |
|
251 </div> |
|
252 </div> |
|
253 </div> |
|
254 |
|
255 </div> |
|
256 |
|
257 <div rel="yui:methods" resource="#methods"> |
|
258 <div class="section method details"> |
|
259 <h3 id="methods">Methods</h3> |
|
260 <div class="content"> |
|
261 <div class="" rel="yui:method" resource="#method_halt"> |
|
262 <h4> |
|
263 <a name="method_halt">halt</a></h4> |
|
264 <div class="detail" > |
|
265 <code> |
|
266 |
|
267 |
|
268 |
|
269 void |
|
270 <strong property="yui:name">halt</strong> |
|
271 ( |
|
272 |
|
273 |
|
274 immediate |
|
275 |
|
276 |
|
277 ) |
|
278 </code> |
|
279 |
|
280 <div class="description" property="yui:description"> |
|
281 Stops the event propagation and prevents the default |
|
282 event behavior. |
|
283 </div> |
|
284 |
|
285 <div class="description"> |
|
286 |
|
287 <dl rel="yui:parameters"> |
|
288 <dt>Parameters:</dt> |
|
289 <dd rel="yui:parameter"> |
|
290 <code><span property="yui:name">immediate</span> |
|
291 <<span property="yui:type">boolean</span>> |
|
292 </code> |
|
293 <span property="yui:description"> if true additional listeners |
|
294 on the current target will not be executed</span> |
|
295 </dd> |
|
296 </dl> |
|
297 |
|
298 |
|
299 |
|
300 |
|
301 |
|
302 </div> |
|
303 |
|
304 </div> |
|
305 <hr /> |
|
306 </div> |
|
307 <div class="" rel="yui:method" resource="#method_preventDefault"> |
|
308 <h4> |
|
309 <a name="method_preventDefault">preventDefault</a></h4> |
|
310 <div class="detail" > |
|
311 <code> |
|
312 |
|
313 |
|
314 |
|
315 void |
|
316 <strong property="yui:name">preventDefault</strong> |
|
317 ( |
|
318 |
|
319 |
|
320 returnValue |
|
321 |
|
322 |
|
323 ) |
|
324 </code> |
|
325 |
|
326 <div class="description" property="yui:description"> |
|
327 Prevents the event's default behavior |
|
328 </div> |
|
329 |
|
330 <div class="description"> |
|
331 |
|
332 <dl rel="yui:parameters"> |
|
333 <dt>Parameters:</dt> |
|
334 <dd rel="yui:parameter"> |
|
335 <code><span property="yui:name">returnValue</span> |
|
336 <<span property="yui:type">string</span>> |
|
337 </code> |
|
338 <span property="yui:description"> sets the returnValue of the event to this value |
|
339 (rather than the default false value). This can be used to add a customized |
|
340 confirmation query to the beforeunload event).</span> |
|
341 </dd> |
|
342 </dl> |
|
343 |
|
344 |
|
345 |
|
346 |
|
347 |
|
348 </div> |
|
349 |
|
350 </div> |
|
351 <hr /> |
|
352 </div> |
|
353 <div class="private" rel="yui:method" resource="#method_resolve"> |
|
354 <h4> |
|
355 <a name="method_resolve">resolve</a></h4> |
|
356 <div class="detail" > |
|
357 <code> |
|
358 private |
|
359 |
|
360 |
|
361 void |
|
362 <strong property="yui:name">resolve</strong> |
|
363 ( |
|
364 ) |
|
365 </code> |
|
366 |
|
367 <div class="description" property="yui:description"> |
|
368 Returns a wrapped node. Intended to be used on event targets, |
|
369 so it will return the node's parent if the target is a text |
|
370 node. |
|
371 If accessing a property of the node throws an error, this is |
|
372 probably the anonymous div wrapper Gecko adds inside text |
|
373 nodes. This likely will only occur when attempting to access |
|
374 the relatedTarget. In this case, we now return null because |
|
375 the anonymous div is completely useless and we do not know |
|
376 what the related target was because we can't even get to |
|
377 the element's parent node. |
|
378 </div> |
|
379 |
|
380 <div class="description"> |
|
381 |
|
382 |
|
383 |
|
384 |
|
385 |
|
386 |
|
387 </div> |
|
388 |
|
389 </div> |
|
390 <hr /> |
|
391 </div> |
|
392 <div class="" rel="yui:method" resource="#method_stopImmediatePropagation"> |
|
393 <h4> |
|
394 <a name="method_stopImmediatePropagation">stopImmediatePropagation</a></h4> |
|
395 <div class="detail" > |
|
396 <code> |
|
397 |
|
398 |
|
399 |
|
400 void |
|
401 <strong property="yui:name">stopImmediatePropagation</strong> |
|
402 ( |
|
403 ) |
|
404 </code> |
|
405 |
|
406 <div class="description" property="yui:description"> |
|
407 Stops the propagation to the next bubble target and |
|
408 prevents any additional listeners from being exectued |
|
409 on the current target. |
|
410 </div> |
|
411 |
|
412 <div class="description"> |
|
413 |
|
414 |
|
415 |
|
416 |
|
417 |
|
418 |
|
419 </div> |
|
420 |
|
421 </div> |
|
422 <hr /> |
|
423 </div> |
|
424 <div class="" rel="yui:method" resource="#method_stopPropagation"> |
|
425 <h4> |
|
426 <a name="method_stopPropagation">stopPropagation</a></h4> |
|
427 <div class="detail" > |
|
428 <code> |
|
429 |
|
430 |
|
431 |
|
432 void |
|
433 <strong property="yui:name">stopPropagation</strong> |
|
434 ( |
|
435 ) |
|
436 </code> |
|
437 |
|
438 <div class="description" property="yui:description"> |
|
439 Stops the propagation to the next bubble target |
|
440 </div> |
|
441 |
|
442 <div class="description"> |
|
443 |
|
444 |
|
445 |
|
446 |
|
447 |
|
448 |
|
449 </div> |
|
450 |
|
451 </div> |
|
452 <hr /> |
|
453 </div> |
|
454 </div> |
|
455 </div> |
|
456 |
|
457 </div> |
|
458 |
|
459 <div rel="yui:events" resource="#events"> |
|
460 |
|
461 |
|
462 </div> |
|
463 |
|
464 <div rel="yui:attributes" resource="#configattributes"> |
|
465 |
|
466 </div> |
|
467 |
|
468 </div> |
|
469 </div> |
|
470 <div class="yui-b"> |
|
471 <div class="nav"> |
|
472 |
|
473 <div id="moduleList" class="module"> |
|
474 <h4>Modules</h4> |
|
475 <ul class="content"> |
|
476 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
477 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
478 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
479 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
480 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
481 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
482 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
483 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
484 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
485 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
486 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
487 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
488 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
489 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
490 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
491 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
492 <li class="selected"><a href="module_event.html" title="event">event</a></li> |
|
493 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
494 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
495 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
496 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
497 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
498 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
499 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
500 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
501 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
502 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
503 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
504 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
505 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
506 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
507 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
508 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
509 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
510 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
511 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
512 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
513 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
514 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
515 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
516 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
517 </ul> |
|
518 </div> |
|
519 |
|
520 <div id="classList" class="module"> |
|
521 <h4>Classes</h4> |
|
522 <ul class="content"> |
|
523 <li class="selected"><a href="DOMEventFacade.html" title="DOMEventFacade">DOMEventFacade</a></li> |
|
524 <li class=""><a href="Event.html" title="Event">Event</a></li> |
|
525 </ul> |
|
526 </div> |
|
527 |
|
528 <div id="fileList" class="module"> |
|
529 <h4>Files</h4> |
|
530 <ul class="content"> |
|
531 <li class=""><a href="available.js.html" title="available.js">available.js</a></li> |
|
532 <li class=""><a href="delegate.js.html" title="delegate.js">delegate.js</a></li> |
|
533 <li class=""><a href="event-dom.js.html" title="event-dom.js">event-dom.js</a></li> |
|
534 <li class=""><a href="event-facade-dom.js.html" title="event-facade-dom.js">event-facade-dom.js</a></li> |
|
535 <li class=""><a href="event-ready-base.js.html" title="event-ready-base.js">event-ready-base.js</a></li> |
|
536 <li class=""><a href="event-ready.js.html" title="event-ready.js">event-ready.js</a></li> |
|
537 <li class=""><a href="focusblur.js.html" title="focusblur.js">focusblur.js</a></li> |
|
538 <li class=""><a href="key.js.html" title="key.js">key.js</a></li> |
|
539 <li class=""><a href="mouseentermouseleave.js.html" title="mouseentermouseleave.js">mouseentermouseleave.js</a></li> |
|
540 <li class=""><a href="mousewheel.js.html" title="mousewheel.js">mousewheel.js</a></li> |
|
541 <li class=""><a href="resize-window.js.html" title="resize-window.js">resize-window.js</a></li> |
|
542 </ul> |
|
543 </div> |
|
544 |
|
545 <div id="propertyList" class="module"> |
|
546 <h4>Properties</h4> |
|
547 <ul class="content"> |
|
548 <li class=""><a href="#property__event" title="_event">_event</a></li> |
|
549 <li class=""><a href="#property_button" title="button">button</a></li> |
|
550 <li class=""><a href="#property_charCode" title="charCode">charCode</a></li> |
|
551 <li class=""><a href="#property_currentTarget" title="currentTarget">currentTarget</a></li> |
|
552 <li class=""><a href="#property_keyCode" title="keyCode">keyCode</a></li> |
|
553 <li class=""><a href="#property_pageX" title="pageX">pageX</a></li> |
|
554 <li class=""><a href="#property_pageY" title="pageY">pageY</a></li> |
|
555 <li class=""><a href="#property_relatedTarget" title="relatedTarget">relatedTarget</a></li> |
|
556 <li class=""><a href="#property_target" title="target">target</a></li> |
|
557 <li class="private"><a href="#property_webkitKeymap" title="webkitKeymap">webkitKeymap</a></li> |
|
558 <li class=""><a href="#property_wheelDelta" title="wheelDelta">wheelDelta</a></li> |
|
559 <li class=""><a href="#property_which" title="which">which</a></li> |
|
560 </ul> |
|
561 </div> |
|
562 |
|
563 <div id="methodsList" class="module"> |
|
564 <h4>Methods</h4> |
|
565 <ul class="content"> |
|
566 <li class=""><a href="#method_halt" title="halt">halt</a></li> |
|
567 <li class=""><a href="#method_preventDefault" title="preventDefault">preventDefault</a></li> |
|
568 <li class="private"><a href="#method_resolve" title="resolve">resolve</a></li> |
|
569 <li class=""><a href="#method_stopImmediatePropagation" title="stopImmediatePropagation">stopImmediatePropagation</a></li> |
|
570 <li class=""><a href="#method_stopPropagation" title="stopPropagation">stopPropagation</a></li> |
|
571 </ul> |
|
572 </div> |
|
573 |
|
574 |
|
575 |
|
576 </div> |
|
577 </div> |
|
578 </div> |
|
579 <div id="ft"> |
|
580 <hr /> |
|
581 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
582 </div> |
|
583 </div> |
|
584 <script type="text/javascript"> |
|
585 ALL_YUI_PROPS = [{"access": "", "host": "Event", "name": "attach", "url": "Event.html#method_attach", "type": "method"}, {"access": "private", "host": "Event", "name": "_avail", "url": "Event.html#property__avail", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "button", "url": "DOMEventFacade.html#property_button", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "charCode", "url": "DOMEventFacade.html#property_charCode", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "currentTarget", "url": "DOMEventFacade.html#property_currentTarget", "type": "property"}, {"access": "", "host": "Event", "name": "detach", "url": "Event.html#method_detach", "type": "method"}, {"access": "", "host": "Event", "name": "DOMReady", "url": "Event.html#property_DOMReady", "type": "property"}, {"access": "private", "host": "Event", "name": "_dri", "url": "Event.html#property__dri", "type": "property"}, {"access": "private", "host": "Event", "name": "_el_events", "url": "Event.html#property__el_events", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "_event", "url": "DOMEventFacade.html#property__event", "type": "property"}, {"access": "", "host": "Event", "name": "generateId", "url": "Event.html#method_generateId", "type": "method"}, {"access": "", "host": "Event", "name": "getEvent", "url": "Event.html#method_getEvent", "type": "method"}, {"access": "", "host": "Event", "name": "getListeners", "url": "Event.html#method_getListeners", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "halt", "url": "DOMEventFacade.html#method_halt", "type": "method"}, {"access": "private", "host": "Event", "name": "_interval", "url": "Event.html#property__interval", "type": "property"}, {"access": "private", "host": "Event", "name": "_isValidCollection", "url": "Event.html#method__isValidCollection", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "keyCode", "url": "DOMEventFacade.html#property_keyCode", "type": "property"}, {"access": "", "host": "Event", "name": "lastError", "url": "Event.html#property_lastError", "type": "property"}, {"access": "private", "host": "Event", "name": "_load", "url": "Event.html#method__load", "type": "method"}, {"access": "private", "host": "Event", "name": "_loadComplete", "url": "Event.html#property__loadComplete", "type": "property"}, {"access": "private", "host": "Event", "name": "nativeAdd", "url": "Event.html#method_nativeAdd", "type": "method"}, {"access": "private", "host": "Event", "name": "nativeRemove", "url": "Event.html#method_nativeRemove", "type": "method"}, {"access": "", "host": "Event", "name": "onAvailable", "url": "Event.html#method_onAvailable", "type": "method"}, {"access": "", "host": "Event", "name": "onContentReady", "url": "Event.html#method_onContentReady", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "pageX", "url": "DOMEventFacade.html#property_pageX", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "pageY", "url": "DOMEventFacade.html#property_pageY", "type": "property"}, {"access": "private", "host": "Event", "name": "_poll", "url": "Event.html#method__poll", "type": "method"}, {"access": "", "host": "Event", "name": "POLL_INTERVAL", "url": "Event.html#property_POLL_INTERVAL", "type": "property"}, {"access": "", "host": "Event", "name": "POLL_RETRYS", "url": "Event.html#property_POLL_RETRYS", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "preventDefault", "url": "DOMEventFacade.html#method_preventDefault", "type": "method"}, {"access": "", "host": "Event", "name": "purgeElement", "url": "Event.html#method_purgeElement", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "relatedTarget", "url": "DOMEventFacade.html#property_relatedTarget", "type": "property"}, {"access": "private", "host": "DOMEventFacade", "name": "resolve", "url": "DOMEventFacade.html#method_resolve", "type": "method"}, {"access": "private", "host": "Event", "name": "_retryCount", "url": "Event.html#property__retryCount", "type": "property"}, {"access": "private", "host": "Event", "name": "startInterval", "url": "Event.html#method_startInterval", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "stopImmediatePropagation", "url": "DOMEventFacade.html#method_stopImmediatePropagation", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "stopPropagation", "url": "DOMEventFacade.html#method_stopPropagation", "type": "method"}, {"access": "", "host": "DOMEventFacade", "name": "target", "url": "DOMEventFacade.html#property_target", "type": "property"}, {"access": "private", "host": "Event", "name": "_unload", "url": "Event.html#method__unload", "type": "method"}, {"access": "private", "host": "DOMEventFacade", "name": "webkitKeymap", "url": "DOMEventFacade.html#property_webkitKeymap", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "wheelDelta", "url": "DOMEventFacade.html#property_wheelDelta", "type": "property"}, {"access": "", "host": "DOMEventFacade", "name": "which", "url": "DOMEventFacade.html#property_which", "type": "property"}, {"access": "private", "host": "Event", "name": "_wrappers", "url": "Event.html#property__wrappers", "type": "property"}]; |
|
586 </script> |
|
587 </body> |
|
588 </html> |