summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-basic/select.tag
blob: 241684e6b8705feb23a6a931cf2c671c5798adf0 (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>

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