diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/href/index.html')
| -rw-r--r-- | files/ja/archive/mozilla/xul/attribute/href/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/href/index.html b/files/ja/archive/mozilla/xul/attribute/href/index.html new file mode 100644 index 0000000000..fcb0a85ff6 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/href/index.html @@ -0,0 +1,17 @@ +--- +title: href +slug: Archive/Mozilla/XUL/Attribute/href +tags: + - XUL Attributes + - XUL Reference +translation_of: Archive/Mozilla/XUL/Attribute/href +--- +<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-href"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/href">href</a></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> この要素がクリックされた時に開かれる URL を定義します。<a href="/ja/XUL/Style/text-link" title="ja/XUL/Style/text-link">text-link</a> を含めるには class 属性が必要です。 </dd></dl> +<div class="noinclude"> +<pre class="eval"><label href="<span class="nowiki">http://example.com</span>" class="text-link" value="example.com へ行くには、ここをクリックしてください"/> +</pre> +</div> +<div class="noinclude"> + +</div> |
