|
1 <?xml version="1.0"?> |
|
2 |
|
3 <bindings xmlns="http://www.mozilla.org/xbl" |
|
4 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
|
5 |
|
6 <binding id="first"> |
|
7 <content> |
|
8 <xul:textbox anonid="labeled" class="bottom"/> |
|
9 <xul:label control="labeled" value="Label"/> |
|
10 <children/> |
|
11 </content> |
|
12 </binding> |
|
13 |
|
14 <binding id="second"> |
|
15 <content> |
|
16 <xul:box class="first"> |
|
17 <xul:label control="toplabeled" value="Top textbox"/> |
|
18 <xul:textbox anonid="toplabeled" class="top"/> |
|
19 </xul:box> |
|
20 <children/> |
|
21 </content> |
|
22 </binding> |
|
23 |
|
24 <binding id="third"> |
|
25 <content> |
|
26 <xul:description anonid="label" value="It's a " /> |
|
27 <xul:description anonid="label2" value="cool button" /> |
|
28 <xul:button anonid="button" aria-labelledby="label label2" |
|
29 value="button" /> |
|
30 </content> |
|
31 </binding> |
|
32 </bindings> |