CAF Shared JavaScript

Class Event

Object
   |
   +--Event

class Event

Nested Class Summary
<static class> Event.Custom
 
Field Summary
<static>  Object _stop
          Replace prototype.js's Event.stop() to allow firing of onstop handlers.
<static>  Object _tostop
          
   
Method Summary
<static> void nostop(fn)
           Un-registers callback function to be called when Event.stop() is invoked.
<static> void onstop(fn)
           Registers callback function to be called when Event.stop() is invoked (but before the event is actually canceled).
<static> Object raise(element, name)
           Raises the named event on the specified element.
<static> void stop(event)
          
<static> void waitUntilDOMContentLoaded(fn, ms)
           Calls fn when dom content is loaded, or if dom content is already loaded, after a timeout.
<static> void waitUntilLoaded(fn, ms)
           Calls fn when window is loaded, or if window is already loaded, after a timeout.

Field Detail

_stop

<static> Object _stop

_tostop

<static> Object _tostop


Method Detail

nostop

<static> void nostop(fn)

onstop

<static> void onstop(fn)

raise

<static> Object raise(element, name)

stop

<static> void stop(event)

waitUntilDOMContentLoaded

<static> void waitUntilDOMContentLoaded(fn, ms)

waitUntilLoaded

<static> void waitUntilLoaded(fn, ms)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019