diff options
Diffstat (limited to 'files/pl/mozilla/tech/xul/atrybut/autocompletesearch/index.html')
-rw-r--r-- | files/pl/mozilla/tech/xul/atrybut/autocompletesearch/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/atrybut/autocompletesearch/index.html b/files/pl/mozilla/tech/xul/atrybut/autocompletesearch/index.html new file mode 100644 index 0000000000..25ff04b2c2 --- /dev/null +++ b/files/pl/mozilla/tech/xul/atrybut/autocompletesearch/index.html @@ -0,0 +1,20 @@ +--- +title: autocompletesearch +slug: Mozilla/Tech/XUL/Atrybut/autocompletesearch +tags: + - Atrybuty_XUL + - Dokumentacja_XUL +translation_of: Archive/Mozilla/XUL/Attribute/autocompletesearch +--- +<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL">Dokumentacja XUL</a></span></div> +<dl><dt> <code id="a-autocompletesearch"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/autocompletesearch">autocompletesearch</a></code> +</dt><dd> Typ: <i>lista wartości oddzielonych spacją</i> +</dd><dd> Lista szukanych nazw komponentów oddzielona spacją, który każdy implementuje interfejs <a href="pl/NsIAutoCompleteSearch">nsIAutoCompleteSearch</a>. Komponenty są tworzone za pomocą nazwy <code>@mozilla.org/autocomplete/search;1?name=</code>, gdzie: <var>name</var> jest listą w tym atrybucie. +</dd></dl> +<ul><li> <code>history</code>: Przeszukuje hostorię adresów URL przeglądarki, +</li><li> <code>form-history</code>: Przeszukuje wartości, które użytkownik wpisał w pola formularza. +</li></ul> +<p><br> +</p> +<div class="noinclude"> +</div> |