DOM

settings_applicationsEventTarget  >   settings_applicationsWindow  >   settings_applicationswindow

DOM

Editing
  • bug_report

EventHandleroncut

window내에서 잘라내기(ctrl + x)가 실행된 경우에 버블링되어 발생한다.

insert_drive_fileClipboardEventinterfaceopen_in_new
ClipboardEvent interface의 cut 이벤트는 Window의 oncut 핸들러에 의해 구현된다.

Window의 oncut는(은) ClipboardEvent interface의 cut 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

oncut는(은) GlobalEventHandlers Mixin이 정의하고 HTMLElement, Document, Window, WorkerGlobalScope 인터페이스에서 구현한다.

기본 개요

window내에서 잘라내기(ctrl + x)가 실행된 경우에 버블링되어 발생한다.

구문

형식
window.oncut = function() {};
형식
window.addEventListener("cut", function() { } );

명세

typecut
bubblesyes
cancelableyes
targetElement
handleroncut

버전 명세

Clipboard API and events
#clipboard-event-cut

지원 웹브라우저