initUIEvent
Initializes a UI event once it's been created.
Syntax
event.initUIEvent(type, canBubble, view, detail)Parameters
type canBubbleA boolean indicating whether the event should bubble up through the event chain or not (see bubbles).
view detailNumber indicating how many times the mouse has been clicked on a given screen location (usually 1).
Example
Notes
Specification
initUIEvent
Netscape Communications http://developer.netscape.com |