diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/EventFacade.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/classes/EventFacade.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,2231 @@ + + + + + EventFacade - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

EventFacade Class

+
+ + + + + + + + + + + Module: event-custom-complex
+ Parent Module: event-custom + + + + +
+ + + +
+

Wraps and protects a custom event for use when emitFacade is set to true. +Requires the event-custom-complex module

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ + +
+ + + +
+

Properties

+ + +
+ + + + + +
+ + +
+

Methods

+ + +
+

halt

+ + +
+ (
    + +
  • + + immediate + +
  • + +
) +
+ + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:121 + +

+ + + + + +
+ +
+

Stops the event propagation and prevents the default +event behavior.

+
+ + +
+

Parameters:

+ +
    + +
  • + + immediate + Boolean + + + + +
    +

    if true additional listeners +on the current target will not be executed

    +
    + + +
  • + +
+
+ + + + + +
+ + +
+

preventDefault

+ + + () + + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:112 + +

+ + + + + +
+ +
+

Prevents the event's default behavior

+
+ + + + + + +
+ + +
+

stopImmediatePropagation

+ + + () + + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:101 + +

+ + + + + +
+ +
+

Stops the propagation to the next bubble target and +prevents any additional listeners from being exectued +on the current target.

+
+ + + + + + +
+ + +
+

stopPropagation

+ + + () + + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:92 + +

+ + + + + +
+ +
+

Stops the propagation to the next bubble target

+
+ + + + + + +
+ + +
+ + + +
+

Properties

+ + +
+

_type

+ String + + + + + private + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:57 + +

+ + + + +
+ +
+

The real event type

+
+ + + + + + +
+ + +
+

currentTarget

+ Node + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:74 + +

+ + + + +
+ +
+

Node reference for the element that the listener was attached to.

+
+ + + + + + +
+ + +
+

details

+ Array + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:43 + +

+ + + + +
+ +
+

The arguments passed to fire

+
+ + + + + + +
+ + +
+

relatedTarget

+ Node + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:81 + +

+ + + + +
+ +
+

Node reference to the relatedTarget

+
+ + + + + + +
+ + +
+

target

+ Node + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:67 + +

+ + + + +
+ +
+

Node reference for the targeted eventtarget

+
+ + + + + + +
+ + +
+

type

+ String + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-facade.js:50 + +

+ + + + +
+ +
+

The event type, this can be overridden by the fire() payload

+
+ + + + + + +
+ + +
+ + + + + +
+
+ +
+
+
+
+
+
+ + + + + + + + + +