aboutsummaryrefslogtreecommitdiff
path: root/files/de/archive/mozilla/xul/attribute/src/index.html
blob: 875fa55f2d7817cea744ebb4aef9b267781cc127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: src
slug: Archive/Mozilla/XUL/Attribute/src
tags:
  - XUL Attribute
  - XUL Referenz
translation_of: Archive/Mozilla/XUL/Attribute/src
---
<div class="noinclude">
  <span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/de/docs/XUL_Referenz">XUL-Referenz Startseite</a></span></div>
<dl>
  <dt>
    <code id="a-src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/src">src</a></code></dt>
  <dd>
    Typ: <em>URL</em></dd>
  <dd>
    Die URL des im Element anzuzeigenden Inhalts.</dd>
</dl>
<div class="noinclude">
  <h3 id="Beispiele" name="Beispiele">Beispiele</h3>
  <pre class="brush:xml">&lt;iframe id="content-body" src="http://www.mozilla.org/"/&gt;
&lt;browser src="http://www.mozilla.org" flex="1"/&gt;
&lt;image src='Firefoxlogo.png' width='135' height='130'/&gt;
</pre>
  <h3 id="Siehe_auch" name="Siehe_auch">Siehe auch</h3>
  <ul>
    <li><code id="a-prefpane.src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/prefpane.src">prefpane.src</a></code></li>
    <li><code id="a-treecell.src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/treecell.src">treecell.src</a></code></li>
    <li><code id="a-treecol.src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/treecol.src">treecol.src</a></code></li>
    <li><code id="a-script.src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/script.src">script.src</a></code></li>
    <li><code id="a-stringbundle.src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/stringbundle.src">stringbundle.src</a></code></li>
    <li><code id="a-checkbox.src"><a href="https://developer.mozilla.org/de/docs/Mozilla/Tech/XUL/Attribute/checkbox.src">checkbox.src</a></code></li>
  </ul>
</div>