This method is used to initialize Event objects that have been created with the DocumentEvent object. It is intended that this be called at the outset although the DOM level 2 specification allows for an implementation to call it several times later on if necessary.
The event type argument value must conform to the conventions discussed in the Event.type topic.
The first of the remaining arguments is a flag value to indicate whether the event is bubbling or capturing in its behavior. The last argument is a flag to indicate whether the event can be cancelled.
See also: | Event.type |
Prev | Home | Next |
Event.height | Up | Event.keyCode |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |