summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-strict/select.tag
blob: d0c87373162fc1409f69a204d3c04e2f6bcd1f1a (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="select" hasScript="1" hasCore="1" hasI18n="1">

    <attr name="name" type="input">
        <text>Name</text>
        <textlocation col="0" row="0" />
        <location col="1" row="0" />
    </attr>

    <attr name="multiple" type="check">
        <text>Multiple</text>
        <location col="1" row="1" />
    </attr>

    <attr name="disabled" type="check">
        <text>Disabled</text>
        <location col="1" row="2" />
    </attr>

    <attr name="tabindex" type="input">
        <text>Tabindex</text>
        <textlocation col="0" row="3" />
        <location col="1" row="3" />
    </attr>

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

    <attr name="onblur" type="input">
        <text>Onblur</text>
        <textlocation col="0" row="5" />
        <location col="1" row="5" />
    </attr>

    <attr name="onchange" type="input">
        <text>Onchange</text>
        <textlocation col="0" row="6" />
        <location col="1" row="6" />
    </attr>

    <attr name="size" type="input">
        <text>Size</text>
        <textlocation col="0" row="7" />
        <location col="1" row="7" />
    </attr>

    <stoppingtags>
        <stoppingtag name="select" />
    </stoppingtags>

<children>
<child name="optgroup" />
<child name="option" />
</children>

</tag>
</TAGS>