aboutsummaryrefslogtreecommitdiff
path: root/files/de/archive/mozilla/xul/attribute/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/archive/mozilla/xul/attribute/src/index.html')
-rw-r--r--files/de/archive/mozilla/xul/attribute/src/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/files/de/archive/mozilla/xul/attribute/src/index.html b/files/de/archive/mozilla/xul/attribute/src/index.html
new file mode 100644
index 0000000000..875fa55f2d
--- /dev/null
+++ b/files/de/archive/mozilla/xul/attribute/src/index.html
@@ -0,0 +1,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>