From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/mozilla/tech/xul/notification/index.html | 117 ++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 files/pl/mozilla/tech/xul/notification/index.html (limited to 'files/pl/mozilla/tech/xul/notification/index.html') diff --git a/files/pl/mozilla/tech/xul/notification/index.html b/files/pl/mozilla/tech/xul/notification/index.html new file mode 100644 index 0000000000..0e5a41260d --- /dev/null +++ b/files/pl/mozilla/tech/xul/notification/index.html @@ -0,0 +1,117 @@ +--- +title: notification +slug: Mozilla/Tech/XUL/notification +tags: + - Dokumentacja_XUL + - Elementy_XUL +translation_of: Archive/Mozilla/XUL/notification +--- +
+ « Dokumentacja XUL [ + Przykłady | + Atrybuty | + Własności | + Metody | + Podobne ] +

<notification> jest stosowane do wyświetlenia wiadomości informacyjnych. Normalnie jest zastosowane jako część <notificationbox>. +

+
Własności +
accessible, control, image, label, priority, type, value +
+
Metody +
close +
+

Przykłady

+
<notification label="To jest ostrzeżenie"/>
+
+

Atrybuty

+

+

+

Własności

+

+
+
+ accessible
+
+ Typ: + + nsIAccessible +
+
+ Zwraca obiekt dostępności dla elementu.
+
+
+
+
+ image
+
+ Typ: + + adres URL obrazka +
+
+ Pobiera i ustawia wartość atrybutu image.
+
+
+
label +
Typ: string +
Pobiera i ustawia wartość atrybutu label. +
+


+

+ +
+
+
+
+
+ type
+
+ Typ: + + string +
+
+ Pobiera i ustawia wartość atrybutu type.
+
+ +

 

+
+
+
+ value
+
+ Typ: + + string +
+
+ Pobiera i ustawia wartość atrybutu value.
+
+

+

Metody

+

+ + + + + +
+

Dziedziczy z elementu XUL
+ blur, click, doCommand, focus, getElementsByAttribute getElementsByAttributeNS

Dziedziczy z elementu DOM
+ addEventListener(), appendChild(), dispatchEvent(), getAttribute(), getAttributeNode(), getAttributeNodeNS(), getAttributeNS(), getElementsByTagName(), getElementsByTagNameNS(), hasAttribute(), hasAttributeNS(), hasAttributes(), hasChildNodes(), insertBefore(), isSupported(), normalize(), removeAttribute(), removeAttributeNode(), removeAttributeNS(), removeChild(), removeEventListener(), replaceChild(), setAttribute(), setAttributeNode(), setAttributeNodeNS(), setAttributeNS()

+ +
+
close +
Zwraca typ: brak +
Zamyka powiadomienie i usuwa je z jego otaczających znaczników <notificationbox>. +
+


+

+

+

Podobne

+
Elementy +
notificationbox +
+
+
-- cgit v1.2.3-54-g00ecf