JavaScript DOM Event property: cancelable
[this page | pdf | back links]
The cancelable
property of Event objects
within the JavaScript
DOM returns true if event can have its default
action prevented (i.e. cancelled), otherwise returns false.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)