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

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

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

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

    <attr name="size" type="input">
        <text>size</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>

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

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