From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ja/toolkit_api/extieventitem/index.html | 57 --------------------------- 1 file changed, 57 deletions(-) delete mode 100644 files/ja/toolkit_api/extieventitem/index.html (limited to 'files/ja/toolkit_api/extieventitem') diff --git a/files/ja/toolkit_api/extieventitem/index.html b/files/ja/toolkit_api/extieventitem/index.html deleted file mode 100644 index 00462077f9..0000000000 --- a/files/ja/toolkit_api/extieventitem/index.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: extIEventItem -slug: Toolkit_API/extIEventItem -tags: - - FUEL - - Interfaces - - SMILE - - STEEL - - XPCOM - - XPCOM API Reference -translation_of: Mozilla/Tech/Toolkit_API/extIEventItem ---- -

-

-

この記事は Thunderbird 3 の新機能について述べています

-

-

extEventItem インタフェースは、イベントについての情報を保持します。extIEventItemtoolkit/components/exthelper/extIApplication.idl で定義されています。

-

XPCOM サービスを通して実装された extIApplication: FUEL (Firefox) または STEEL (Thunderbird), SMILE (SeaMonkey) のページの説明を参照してください。

-

メソッドの概要

- - - - - - -
void preventDefault()
-

プロパティ

- - - - - - - - - - - - - - - - - - -
プロパティ説明
typereadonly attribute AStringイベントの名前
datareadonly attribute nsIVariantイベントに関連付けられた特殊な詳細情報やデータを保持できる。このプロパティは任意であり、イベント固有である。もしイベントが特殊な詳細情報を持たなければ、このプロパティは null となる。
-

メソッド

-

preventDefault()

-

もしキャンセル可能であれば、イベントをキャンセルする。

-
void preventDefault()
-
-
引数
-
戻り値
-

 

-

参照

-

FUEL (Firefox), STEEL (Thunderbird), SMILE (SeaMonkey)

-

-- cgit v1.2.3-54-g00ecf