diff options
Diffstat (limited to 'files/ja/web/api/window/dialogarguments')
-rw-r--r-- | files/ja/web/api/window/dialogarguments/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/web/api/window/dialogarguments/index.html b/files/ja/web/api/window/dialogarguments/index.html new file mode 100644 index 0000000000..11a5f9b302 --- /dev/null +++ b/files/ja/web/api/window/dialogarguments/index.html @@ -0,0 +1,19 @@ +--- +title: window.dialogArguments +slug: Web/API/Window/dialogArguments +tags: + - DOM + - Dialogs + - Reference + - Window +translation_of: Web/API/Window/dialogArguments +--- +<p>{{APIRef}}</p> + +<h2 id="Summary" name="Summary">概要</h2> + +<p><code>dialogArguments</code> プロパティは、 {{domxref("window.showModalDialog()")}} メソッドに渡されたパラメータを返します。モーダルダイアログボックスの作成時に、引数にどのようなパラメータが指定されたを判断することができます。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox"><var>value</var> = window.dialogArguments;</pre> |