From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/toolkit_api/extieventitem/index.html | 57 +++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create 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 new file mode 100644 index 0000000000..00462077f9 --- /dev/null +++ b/files/ja/toolkit_api/extieventitem/index.html @@ -0,0 +1,57 @@ +--- +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