summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-basic/select.tag
blob: 532cedb5e08fcccf5654c920b2f778a41921e502 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="select" 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="size" type="input" />

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

<tqchildren>
<child name="option" />
</tqchildren>
</tag>
</TAGS>