import"dom.idl";
Definition at line 8 of file dom.idl.
◆ initEvent()
void Event::initEvent |
( |
DOMString |
type, |
|
|
boolean |
bubbles, |
|
|
boolean |
cancelable |
|
) |
| |
◆ preventDefault()
void Event::preventDefault |
( |
| ) |
|
◆ stopImmediatePropagation()
void Event::stopImmediatePropagation |
( |
| ) |
|
◆ stopPropagation()
void Event::stopPropagation |
( |
| ) |
|
◆ AT_TARGET
const unsigned short Event::AT_TARGET = 2 |
◆ bubbles
readonly attribute boolean Event::bubbles |
◆ BUBBLING_PHASE
const unsigned short Event::BUBBLING_PHASE = 3 |
◆ cancelable
readonly attribute boolean Event::cancelable |
◆ CAPTURING_PHASE
const unsigned short Event::CAPTURING_PHASE = 1 |
◆ currentTarget
◆ defaultPrevented
readonly attribute boolean Event::defaultPrevented |
◆ eventPhase
readonly attribute unsigned short Event::eventPhase |
◆ isTrusted
readonly attribute boolean Event::isTrusted |
◆ NONE
const unsigned short Event::NONE = 0 |
◆ target
◆ timeStamp
readonly attribute DOMTimeStamp Event::timeStamp |
◆ type
readonly attribute DOMString Event::type |
The documentation for this interface was generated from the following file: