| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- 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
readonly attribute long charCode;
readonly attribute long detail;
readonly attribute long keyCode;
readonly attribute long layerX;
readonly attribute long layerY;
readonly attribute long pageX;
readonly attribute long pageY;
readonly attribute long which;
Last Updated: 2009-05-29