aboutsummaryrefslogtreecommitdiff
path: root/files/ja/xpinstall_api_reference/install_object/methods/alert
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ja/xpinstall_api_reference/install_object/methods/alert
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ja/xpinstall_api_reference/install_object/methods/alert')
-rw-r--r--files/ja/xpinstall_api_reference/install_object/methods/alert/index.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html b/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html
deleted file mode 100644
index 00ae48bf52..0000000000
--- a/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: alert
-slug: XPInstall_API_Reference/Install_Object/Methods/alert
-translation_of: Archive/Mozilla/XPInstall/Reference/Install_Object/Methods/alert
----
-<h2 id="Summary" name="Summary">概要</h2>
-<p>引数に指定したメッセージを持つモーダルダイアログボックスを表示します。</p>
-
-<h3 id="Method_of" name="Method_of">Method of</h3>
-<p><a href="/ja/docs/XPInstall_API_Reference/Install_Object">Install</a> オブジェクトのメソッド</p>
-<h2 id="Syntax" name="Syntax">構文</h2>
-<pre class="syntaxbox">void alert ( String message );
-</pre>
-<h3 id="Parameters" name="Parameters">引数</h3>
-<p><var>message</var> 引数はダイアログボックス内の文字列として表示されます。メッセージが文字列でない場合は、変換されて表示されます。</p>
-<h3 id="Returns" name="Returns">戻り値</h3>
-<p>無し</p>