event Module
Defines the Event-Class, which should be instantiated to get its functionality
Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/
This module provides the following classes:
This module is a rollup of the following modules:
-
event-blurnode
Adds the
blurnode
event as a DOM-event to event-dom. more about DOM-events: http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/ Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
event-dom
Integrates DOM-events to event. more about DOM-events: http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/ Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/
-
event-emitter
Extends the Event-instance by adding the method
Emitter
to it. TheEmitter-method
returns an object that should be merged into any Class-instance or object you want to extend with the emit-methods, so the appropriate methods can be invoked on the instance. Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ Should be called using the providedextend
-method like this: -
event-focusnode
Adds the
focusnode
event as a DOM-event to event-dom. more about DOM-events: http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/ Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
event-hover
Adds the
hover
event as a DOM-event to event-dom. more about DOM-events: http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/ Should be called using the providedmergeInto
-method like this: Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ -
event-listener
Extends the Event-instance by adding the object
Listener
to it. The returned object should be merged into any Class-instance or object you want to extend with the listener-methods, so the appropriate methods can be invoked on the instance. Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/ Should be called using the providedextend
-method like this: -
event-mobile
Integrates mobile-events to event-dom. more about DOM-events: http://www.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/ Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/