Class blade.xbrowser.Event

Object
   |
   +--blade.xbrowser.Event

class blade.xbrowser.Event

A cross-browser event wrapper. IE events are converted into W3C DOM format, and only functionality common to the two formats is included.

Defined in compatibility.js


Constructor Summary
blade.xbrowser.Event (event)
           
 
Method Summary
 function stopPropagation()
           Stops the event's propagation / bubbling.

Constructor Detail

blade.xbrowser.Event

function blade.xbrowser.Event(event)
Method Detail

stopPropagation

function stopPropagation()