TOC PREV NEXT INDEX

domref



eventPhase


Indicates which phase of the event flow is currently being evaluated.

Syntax

phase = event.eventPhase
 

Parameters

phase is a number with one of the following possible values:

0
CAPTURING_PHASE
1
AT_TARGET
2
BUBBLING_PHASE

Example

// example here
 

Notes

Additional notes.

Specification

eventPhase
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX