aboutsummaryrefslogtreecommitdiff
path: root/files/pl/mozilla/tech/xul/atrybut/command/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/mozilla/tech/xul/atrybut/command/index.html')
-rw-r--r--files/pl/mozilla/tech/xul/atrybut/command/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/files/pl/mozilla/tech/xul/atrybut/command/index.html b/files/pl/mozilla/tech/xul/atrybut/command/index.html
deleted file mode 100644
index 7520ebdf03..0000000000
--- a/files/pl/mozilla/tech/xul/atrybut/command/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: command
-slug: Mozilla/Tech/XUL/Atrybut/command
-tags:
- - Atrybuty_XUL
- - Dokumentacja_XUL
-translation_of: Archive/Mozilla/XUL/Attribute/command
----
-<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL">Dokumentacja XUL</a></span></div>
-<dl><dt> <code id="a-command"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/command">command</a></code>
-</dt><dd> Typ: <i>id elementu</i>
-</dd><dd> Ustawiony na wartość atrybutu <code id="a-id"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/id">id</a></code> elementu <code><a href="/pl/docs/Mozilla/Tech/XUL/command" title="command">command</a></code>, obserwowanego przez ten element.
-</dd></dl>
-<div class="noinclude">
-<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad">Przykład</h3>
-<pre>&lt;command id="cmd_openhelp" oncommand="alert('Help');"/&gt;
-&lt;button label="Help" command="cmd_openhelp"/&gt;
-&lt;button label="More Help" command="cmd_openhelp"/&gt;
-</pre>
-<h3 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe">Zobacz także</h3>
-<p>Element <code><code><a href="/pl/docs/Mozilla/Tech/XUL/command" title="command">command</a></code></code>, <code><code><a href="/pl/docs/Mozilla/Tech/XUL/commandset" title="commandset">commandset</a></code></code> i atrybut <code><code id="a-oncommand"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/oncommand">oncommand</a></code></code>.
-</p>
-</div>