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