diff options
Diffstat (limited to 'files/pl/mozilla/tech/xul/atrybut/href')
-rw-r--r-- | files/pl/mozilla/tech/xul/atrybut/href/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/atrybut/href/index.html b/files/pl/mozilla/tech/xul/atrybut/href/index.html new file mode 100644 index 0000000000..64dad16d4c --- /dev/null +++ b/files/pl/mozilla/tech/xul/atrybut/href/index.html @@ -0,0 +1,19 @@ +--- +title: href +slug: Mozilla/Tech/XUL/Atrybut/href +tags: + - Atrybuty_XUL + - Dokumentacja_XUL +translation_of: Archive/Mozilla/XUL/Attribute/href +--- +<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL">Dokumentacja XUL</a></span></div> +<dl><dt> <code id="a-href"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/href">href</a></code> +</dt><dd> Typ: <i>string</i> +</dd><dd> Definiuje adres URL do otworzenia, w momencie naciśnięcia elementu. Żąda atrybutu <code>class</code>, by włączyć <a href="pl/XUL/Styl/text-link">text-link</a>. +</dd></dl> +<div class="noinclude"> +<pre class="eval"><label href="<span class="nowiki">http://example.com</span>" class="text-link" value="Naciśnij tu, aby przejść do example.com"/> +</pre> +<p><br> +</p> +</div> |