aboutsummaryrefslogtreecommitdiff
path: root/files/pl/mozilla/tech/xul/atrybut/toolbar.mode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/mozilla/tech/xul/atrybut/toolbar.mode/index.html')
-rw-r--r--files/pl/mozilla/tech/xul/atrybut/toolbar.mode/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/atrybut/toolbar.mode/index.html b/files/pl/mozilla/tech/xul/atrybut/toolbar.mode/index.html
new file mode 100644
index 0000000000..7a3dae7d67
--- /dev/null
+++ b/files/pl/mozilla/tech/xul/atrybut/toolbar.mode/index.html
@@ -0,0 +1,27 @@
+---
+title: toolbar.mode
+slug: Mozilla/Tech/XUL/Atrybut/toolbar.mode
+tags:
+ - Własności_XUL
+translation_of: Archive/Mozilla/XUL/Attribute/toolbar.mode
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL" title="Dokumentacja_XUL">Dokumentacja XUL</a></span></div>
+<dl>
+ <dt>
+ <a href="pl/XUL/Atrybut/toolbar.mode">mode</a></dt>
+ <dd>
+ <b><span class="highlightred">Tylko Firefox</span></b></dd>
+ <dd>
+ Typ:
+ <i>
+ jedna z poniższych wartości</i>
+ </dd>
+ <dd>
+ Jak element <code><a href="/pl/docs/Mozilla/Tech/XUL/toolbarbutton" title="toolbarbutton">toolbarbutton</a></code> jest wyświetlany na pasku narzędzi (<code><a href="/pl/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code>).</dd>
+</dl>
+<ul>
+ <li><code>icons</code>: Tylko jako ikony.</li>
+ <li><code>text</code>: Tylko jako tekst.</li>
+ <li><code>full</code>: Jako ikony oraz tekst.</li>
+</ul>