TOC PREV NEXT INDEX

domref



cancelBubble


Indicates whether the event bubbling was canceled for this event.

Syntax

bool = event.cancelBubble
 

Parameters

bool is a boolean true | false.

Example

// example here
 

Notes

Additional notes.

Specification

link to spec
 


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