Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

event.cancelable

개요

이벤트의 취소가 가능한지를 나타냅니다.

구문

bool = event.cancelable;

이벤트에 규정한 액션을 취소할 수 있는가의 가능여부에 따라서 bool은 true 또는 false가 됩니다.

주의

이벤트취소의 가능여부는 이벤트의 초기화 시에 판별됩니다.

이벤트를 취소하기 위해 preventDefault 메소드를 호출하게 되며, 관련 이벤트에 규정된 액션을 실행하지 않도록 합니다.

사양

DOM Level 2 Events: cancelable

 

문서 태그 및 공헌자

태그: 
 이 페이지의 공헌자: fscholz, khalid32, teoli, 99corps
 최종 변경: khalid32,