blob: cb0dd304477d8463b4280541fc0fa8df8a98d7ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
title: getIcon
slug: Archive/Mozilla/XUL/Method/getIcon
translation_of: Archive/Mozilla/XUL/Method/getIcon
---
<div class="noinclude">
<span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/de/docs/XUL_Referenz" title="/de/docs/XUL_Referenz">XUL-Referenz Startseite</a></span></div>
<dl>
<dt>
<span id="m-getIcon"><code><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Methoden/getIcon">getIcon( aTab )</a></code></span> </dt>
<dd>
Return type: <em>string</em></dd>
<dd>
Returns the URL of the specified tab's favicon. If <code>aTab</code> is null, the current tab's icon is returned. See <span id="m-setIcon"><code><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Methoden/setIcon">setIcon</a></code></span> to set the icon.</dd>
</dl>
|