aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/window/dialogarguments/index.html
blob: f3f23cb43e0b2f1eecc32a035c580c8dc9e1211e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Window.dialogArguments
slug: Web/API/Window/dialogArguments
translation_of: Web/API/Window/dialogArguments
---
<p>{{APIRef}}</p>

<h2 id="Summary" name="Summary">Resumen</h2>

<p>La propiedad <code>dialogArguments</code> retorna los parámetros que fueron pasados al método {{domxref("window.showModalDialog()")}}. Esto permite determinar qué parámetros fueron especificados cuando el diálogo modal fue creado.</p>

<h2 id="Syntax" name="Syntax">Sintaxis</h2>

<pre class="syntaxbox"><var>value</var> = window.dialogArguments;</pre>