Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface DocumentEvent
[go: Go Back, main page]

Interface DocumentEvent

継承元:
(無し)
プロパティ:
メソッド:
createEvent

DocumentEvent インターフェイスは、実装にサポートされている型のイベントをユーザが作成できるメカニズムを提供する。イベントモデルをサポートする実装において、Document インターフェイスを実装するオブジェクトと同じオブジェクト上に、 DocumentEvent インターフェイスが実装されていることが期待される。

メソッド:

IDL 定義:

// Introduced in DOM Level 2:
interface DocumentEvent {
  Event              createEvent(in DOMString eventType)
                                        raises(DOMException);
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI