aboutsummaryrefslogtreecommitdiff
path: root/files/ja/xulref/label/index.html
blob: 61d6f16289a136e82f207995d0c226aa5f0c86b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: label
slug: XULREF/label
translation_of: XULREF/label
---
<h2 id="Summary" name="Summary">概要</h2>

この要素は、コントロール要素のラベルとして使用します。ユーザがこのラベルをクリックすると、 <code>control</code> 属性で指定された関連コントロールにフォーカスが移動します。


<h2 id="User_Notes" name="User_Notes">User Notes</h2>

<pre class="brush:xml">&lt;label class="text-link" href="http://google.com" value="ここをクリック" /&gt;
</pre>