UIEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initUIEvent

initUIEvent


void initUIEvent(
    in DOMString type, 
    in boolean canBubble, 
    in boolean cancelable, 
    in DOMWindow view, 
    in long detail); 

Member Data

charCode
detail
keyCode
layerX
layerY
pageX
pageY
view
which

charCode


readonly attribute long charCode; 


detail


readonly attribute long detail; 


keyCode


readonly attribute long keyCode; 


layerX


readonly attribute long layerX; 


layerY


readonly attribute long layerY; 


pageX


readonly attribute long pageX; 


pageY


readonly attribute long pageY; 


view


readonly attribute DOMWindow view; 


which


readonly attribute long which; 

 

Last Updated: 2009-05-29