Documentation

UIEvent extends Event

UIEvent

Tags
see
https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html

Table of Contents

Constants

AT_TARGET  : mixed = 2
BUBBLING_PHASE  : mixed = 3
CAPTURING_PHASE  : mixed = 1

Methods

initEvent()  : void
initUIEvent()  : 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

initUIEvent()

public initUIEvent(string $typeArg, bool $canBubbleArg, bool $cancelableArg, object $viewArg, int $detailArg) : void
Parameters
$typeArg : string
$canBubbleArg : bool
$cancelableArg : bool
$viewArg : object
$detailArg : int

preventDefault()

public preventDefault() : void

stopPropagation()

public stopPropagation() : void
On this page

Search results