diff options
Diffstat (limited to 'files/pl/mozilla/tech/xul/metoda/menulist.appenditem/index.html')
-rw-r--r-- | files/pl/mozilla/tech/xul/metoda/menulist.appenditem/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/metoda/menulist.appenditem/index.html b/files/pl/mozilla/tech/xul/metoda/menulist.appenditem/index.html new file mode 100644 index 0000000000..071bbed40d --- /dev/null +++ b/files/pl/mozilla/tech/xul/metoda/menulist.appenditem/index.html @@ -0,0 +1,26 @@ +--- +title: menulist.appendItem +slug: Mozilla/Tech/XUL/Metoda/menulist.appendItem +tags: + - Dokumentacja_XUL + - Metody_XUL +translation_of: Archive/Mozilla/XUL/Method/menulist.appendItem +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL" title="/pl/docs/Dokumentacja_XUL">Dokumentacja XUL</a></span></div> +<dl> + <dt> + <span id="m-menulist.appendItem"><code><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Metoda/menulist.appendItem">menulist.appendItem( label, value, description )</a></code></span></dt> + <dd> + Zwraca typ: + <i> + element</i> + </dd> + <dd> + Tworzy nowy element <code><a href="/pl/docs/Mozilla/Tech/XUL/menuitem" title="menuitem">menuitem</a></code> i dodaje go na koniec listy menu. Opcjonalnie ustawioną ma wartość i opis. Funkcja zwraca nową pozycję.</dd> +</dl> +<div class="noinclude"> + <h3 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe">Zobacz także</h3> + <p><span id="m-appendItem"><code><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Metoda/appendItem">appendItem</a></code></span></p> +</div> +<p> </p> |