summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-strict/label.tag
blob: 9b898aeef276df3cc70e5c948d8eb47f2f231386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="label" hasCore="1" hasI18n="1" hasScript="1">

    <attr name="accesskey" type="input">
      <text>Accesskey</text>
      <textlocation col="0" row="0" />
      <location col="1" row="0" />
      <tooltip>Shortcut</tooltip>
    </attr>

    <attr name="for" type="input">
      <text>For</text>
      <textlocation col="0" row="1" />
      <location col="1" row="1" />
     </attr>
    <attr name="onfocus" type="input">
        <text>Onfocus</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" />
    </attr>

    <attr name="onblur" type="input">
        <text>Onblur</text>
        <textlocation col="0" row="3" />
        <location col="1" row="3" />
    </attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="img" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>