Event
in
Event
Tags
Table of Contents
Constants
- AT_TARGET : mixed = 2
- BUBBLING_PHASE : mixed = 3
- CAPTURING_PHASE : mixed = 1
Methods
- initEvent() : void
- preventDefault() : void
- stopPropagation() : void
Constants
AT_TARGET
public
mixed
AT_TARGET
= 2
BUBBLING_PHASE
public
mixed
BUBBLING_PHASE
= 3
CAPTURING_PHASE
public
mixed
CAPTURING_PHASE
= 1
Methods
initEvent()
public
initEvent(string $eventTypeArg, bool $canBubbleArg, bool $cancelableArg) : void
Parameters
- $eventTypeArg : string
- $canBubbleArg : bool
- $cancelableArg : bool
preventDefault()
public
preventDefault() : void
stopPropagation()
public
stopPropagation() : void