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.

notification

notification は有益なメッセージを表示するために使用します。通常は notificationbox の一部として使用されます。この notificationbox には閉じるためのボタンが含まれます。

属性
image, label, priority, persistence, type, value
プロパティ
accessibleType, control, image, label, priority, persistence, type, value
メソッド
close

<notification label="This is a warning"/>

属性

image
型: 画像の URL
要素上に表示する画像の URL。この属性が空または除外された場合、画像は表示されません。画像の位置は dir 属性および orient 属性によって決定されます。
label
型: 文字列型
要素上に表示するlabel。 省略された場合、テキストは表示されない。
persistence
型: 整数型
persistence を 0 以外の値に設定すると、notificationboxremoveTransientNotifications メソッドはそれらを削除しません。これは、他の notification には影響を与えずに notification のグループを閉じるために使用します。
priority
型: 整数型
notification が現れる順番を指定する数値。これは notificationboxappendNotificationappendNotification メソッド内に記述された定数の一つでなければなりません。
type
型: 下記の値のいずれか一つ
priority から決定される notification の種類を指示します。
  • info: 重要性の低い通知。
  • warning: 通常の警告通知。
  • critical: 重大な通知。
value
型: 文字列型
文字列の属性はデータ値を要素に関連付けます。特定の目的のために使われるわけではありませんが、スクリプトからあなた自身の用途のためにアクセスできます。

プロパティ

accessibleType
型: 整数型
要素の accessibility オブジェクトの種類を示す値。
image
型: image の URL
image 属性の値の取得と設定。
label
型: 文字列型
label 属性の値の取得と設定。
persistence
型: 整数型
persistence 属性の値の取得と設定。
priority
型: 文字列型
priority 属性の値の取得と設定。
type
型: 文字列型
type 属性の値の取得と設定。
value
型: 文字列型
value 属性の値の取得と設定。

メソッド

XUL 要素からの継承
blur, click, doCommand, focus, getElementsByAttribute getElementsByAttributeNS

DOM 要素からの継承
addEventListener(), appendChild(), compareDocumentPosition, dispatchEvent(), getAttribute(), getAttributeNode(), getAttributeNodeNS(), getAttributeNS(), getElementsByTagName(), getElementsByTagNameNS(), getFeature, getUserData, hasAttribute(), hasAttributeNS(), hasAttributes(), hasChildNodes(), insertBefore(), isEqualNode, isSameNode, isSupported(), lookupNamespaceURI, lookupPrefix, normalize(), removeAttribute(), removeAttributeNode(), removeAttributeNS(), removeChild(), removeEventListener(), replaceChild(), setAttribute(), setAttributeNode(), setAttributeNodeNS(), setAttributeNS(), setUserData

close
戻り値の型: none
notification を閉じ、これを内包する notificationbox から削除します。

関連項目

要素
notificationbox

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

 このページの貢献者: Marsf
 最終更新者: Marsf,