ZVON
>
References
>
DOM2 Reference
Intro
/
Search
/
ZVON
DOM2 reference
>
Events:
Event
>
cancelable
[Go to standard]
[Glossary]
[Help]
cancelable (attribute )
Owning interface and usage:
Event
.
cancelable
Member of these other interfaces:
MouseEvent
,
MutationEvent
,
UIEvent
Readonly:
yes
Type:
Boolean
Description:
Used to indicate whether or not an event can have its default action prevented. If the default action can be prevented the value is true, else the value is false.