aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/src/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/src/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/src/index.html b/files/ja/archive/mozilla/xul/attribute/src/index.html
new file mode 100644
index 0000000000..76c61e9510
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/src/index.html
@@ -0,0 +1,34 @@
+---
+title: src
+slug: Archive/Mozilla/XUL/Attribute/src
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/src
+---
+<div class="noinclude">
+ <span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
+<dl>
+ <dt>
+ <code id="a-src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/src">src</a></code></dt>
+ <dd>
+ 型: <em>URL</em></dd>
+ <dd>
+ 要素内に表示するコンテンツの URL。</dd>
+</dl>
+<div class="noinclude">
+ <h3 id="Example" name="Example">例</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="See_also" name="See_also">参照</h3>
+ <ul>
+ <li><code id="a-prefpane.src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/prefpane.src">prefpane.src</a></code></li>
+ <li><code id="a-treecell.src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/treecell.src">treecell.src</a></code></li>
+ <li><code id="a-treecol.src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/treecol.src">treecol.src</a></code></li>
+ <li><code id="a-script.src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/script.src">script.src</a></code></li>
+ <li><code id="a-stringbundle.src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/stringbundle.src">stringbundle.src</a></code></li>
+ <li><code id="a-checkbox.src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/checkbox.src">checkbox.src</a></code></li>
+ </ul>
+</div>