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.

window.releaseEvents

 

概要

廃止
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

指定したタイプのイベントを補足することを解除します。

構文

window.releaseEvents(eventType)

eventType は、次の値の組み合わせを取ります。: Event.ABORT, Event.BLUR, Event.CLICK, Event.CHANGE, Event.DBLCLICK, Event.DRAGDDROP, Event.ERROR, Event.FOCUS, Event.KEYDOWN, Event.KEYPRESS, Event.KEYUP, Event.LOAD, Event.MOUSEDOWN, Event.MOUSEMOVE, Event.MOUSEOUT, Event.MOUSEOVER, Event.MOUSEUP, Event.MOVE, Event.RESET, Event.RESIZE, Event.SELECT, Event.SUBMIT, Event.UNLOAD.

window.releaseEvents(Event.KEYPRESS)

注記

W3C DOM Events メソッドを支持するにあたり、このメソッドは Gecko 1.9 では廃止されました(addEventListener を参照してください)。このメソッドのサポートは Gecko 1.9 で 削除されました

注:次の構文を使用することでこのメソッドにイベントのリストを渡すことができます。

window.releaseEvents(Event.KEYPRESS | Event.KEYDOWN | Event.KEYUP).

window.captureEvents も参照してください ( )。

仕様

DOM Level 0。どの標準にも属しません。

 

 

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: teoli, jsx, ethertank, Potappo
 最終更新者: jsx,