cancelable
Indicates whether the event is cancelable.
Syntax
bool = event.cancelable
Parameters
bool is a boolean true | false.
Example
Notes
Whether an event can be canceled or not is something that's determined when that event is created. To cancel an event, you must call the preventDefault() method on the event, which keeps it from executing the default action that is its usual result.
Specification
cancelable
Netscape Communications http://developer.netscape.com |