From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/fi/archive/api/index.html | 13 ++++++ files/fi/archive/api/navigator/index.html | 8 ++++ .../api/navigator/moznotification/index.html | 53 ++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 files/fi/archive/api/index.html create mode 100644 files/fi/archive/api/navigator/index.html create mode 100644 files/fi/archive/api/navigator/moznotification/index.html (limited to 'files/fi/archive/api') diff --git a/files/fi/archive/api/index.html b/files/fi/archive/api/index.html new file mode 100644 index 0000000000..5a3f7413cb --- /dev/null +++ b/files/fi/archive/api/index.html @@ -0,0 +1,13 @@ +--- +title: API +slug: Archive/API +tags: + - API + - Archive + - NeedsTranslation + - TopicStub +translation_of: Archive/API +--- +

Archived documentation about obsolete web standards APIs.

+ +

{{SubpagesWithSummaries}}

diff --git a/files/fi/archive/api/navigator/index.html b/files/fi/archive/api/navigator/index.html new file mode 100644 index 0000000000..69d23d39fc --- /dev/null +++ b/files/fi/archive/api/navigator/index.html @@ -0,0 +1,8 @@ +--- +title: Navigator +slug: Archive/API/Navigator +translation_of: Archive/API/Navigator +--- +

In progress. Features that used to hang off the {{domxref("Navigator")}} interface, but have since been removed.

+ +

{{SubpagesWithSummaries}}

diff --git a/files/fi/archive/api/navigator/moznotification/index.html b/files/fi/archive/api/navigator/moznotification/index.html new file mode 100644 index 0000000000..49e829c258 --- /dev/null +++ b/files/fi/archive/api/navigator/moznotification/index.html @@ -0,0 +1,53 @@ +--- +title: navigator.mozNotification +slug: Archive/API/Navigator/mozNotification +translation_of: Archive/API/Navigator/mozNotification +--- +

{{ non-standard_header() }}

+ +

Tarjoaa tuen {{ domxref("notification") }} -objektien luomiseksi, joita käytetään käyttäjän hälyttämiseksi näyttämällä työpöytäilmoituksia. Nykyisin niitä tuetaan vain Firefox Mobile -selaimessa. Katso esimerkkinä Ilmoitusten näyttäminen.

+ +

Metodi-yhteenveto

+ + + + + + + +
notification createNotification(in DOMString title, in DOMString description, in DOMString iconURL {{ optional_inline() }});
+ +

Metodit

+ +

createNotification()

+ +

Luo ja palauttaa ilmoitusobjektin, jota voidaan käyttää määritellyn viestin näyttämiseen valinnaisella verkko-osoitteella.

+ +
notification createNotification(
+  in DOMString title,
+  in DOMString description,
+  in DOMString iconURL {{ optional_inline() }}
+);
+
+ +
Parametrit
+ +
+
title
+
Ilmoituksen otsikko.
+
description
+
Ilmoituksessa näytettävä teksti.
+
iconURL {{ optional_inline() }}
+
Verkko-osoite ilmoituksessa näytettävän kuvan tunnistamiseksi.
+
+ +
Paluuarvo
+ +

Uusi {{ domxref("notification") }} -objekti.

+ +

Katso myös

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