diff options
Diffstat (limited to 'files/pl/mozilla/tech/xul/własność/defaultbutton/index.html')
-rw-r--r-- | files/pl/mozilla/tech/xul/własność/defaultbutton/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/własność/defaultbutton/index.html b/files/pl/mozilla/tech/xul/własność/defaultbutton/index.html new file mode 100644 index 0000000000..250acdedc5 --- /dev/null +++ b/files/pl/mozilla/tech/xul/własność/defaultbutton/index.html @@ -0,0 +1,20 @@ +--- +title: defaultButton +slug: Mozilla/Tech/XUL/Własność/defaultButton +tags: + - Własności_XUL +translation_of: Archive/Mozilla/XUL/Property/defaultButton +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL" title="Dokumentacja_XUL">Dokumentacja XUL</a></span></div> +<dl> + <dt> + <code><span><a href="https://developer.mozilla.org/pl/docs/XUL/Własność/defaultButton">defaultButton</a></span></code></dt> + <dd> + Typ: + <i> + string</i> + </dd> + <dd> + Zwykle nie powinno się ustawiać tej własności. Określa ona domyślny przycisk w oknie dialogowym. Zazwyczaj oznacza to, że przycisk zostanie aktywowany po naciśnięciu klawisza Enter. Własności tej powinna być przypisana jedna z wartości używanych przez atrybut <code id="a-buttons"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/buttons">buttons</a></code>.</dd> +</dl> |