From 1c5fa30945196cb396924b7be64b3774ca28b523 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 7 Jun 2021 23:14:58 +0900 Subject: Web/API/Window/defaultStatus を更新 (#1014) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 英語版章題マクロを除去 - 2021/03/18 時点の英語版に同期 --- files/ja/web/api/window/defaultstatus/index.html | 64 +++++++++++++++--------- 1 file changed, 40 insertions(+), 24 deletions(-) (limited to 'files/ja/web/api/window/defaultstatus/index.html') diff --git a/files/ja/web/api/window/defaultstatus/index.html b/files/ja/web/api/window/defaultstatus/index.html index 38caa36389..5cdb276097 100644 --- a/files/ja/web/api/window/defaultstatus/index.html +++ b/files/ja/web/api/window/defaultstatus/index.html @@ -1,38 +1,54 @@ --- -title: defaultStatus +title: Window.defaultStatus slug: Web/API/Window/defaultStatus tags: - - DOM - - DOM_0 - - Gecko - - Gecko DOM Reference - - 要更新 + - API + - HTML DOM + - NeedsCompatTable + - NeedsExample + - NeedsMarkupWork + - NeedsSpecTable + - Deprecated + - Property + - Reference + - Window translation_of: Web/API/Window/defaultStatus --- -

{{ ApiRef() }} {{ 英語版章題("Summary") }}

-

概要

+

{{APIRef()}}{{deprecated_header}}

+ +
+

注:このメソッドは Firefox 23 以降で削除されました。

+
+ +

概要

+

与えられたウィンドウのステータスバーのテキストを取得/設定します。

-

{{ 英語版章題("Syntax") }}

-

構文

-
sMsg = window.defaultStatus
-window.defaultStatus =sMsg
+
+

構文

+ +
var sMsg = window.defaultStatus;
+window.defaultStatus = sMsg;
 
-

{{ 英語版章題("Parameters") }}

-

引数

+ +

引数

+ -

{{ 英語版章題("Example") }}

-

+ +

+
<html>
  <body onload="window.defaultStatus='hello!';"/>
   <button onclick="window.confirm('Are you sure you want to quit?');">confirm</button>
  </body>
-</htm>
+</html>
 
-

{{ 英語版章題("Notes") }}

-

-

一度開いたウィンドウのステータスバーのテキストを設定するには、window.status を使用してください。

-

{{ 英語版章題("Specification") }}

-

仕様

-

{{ DOM0() }}

+ +

+ +

一度開いたウィンドウのステータスバーのテキストを設定するには、 {{domxref("window.status")}} を使用してください。

+ +

仕様書

+ +

HTML5

-- cgit v1.2.3-54-g00ecf