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

    <attr name="type" type="list">
        <text>Type</text>
        <textlocation col="0" row="0" />
        <location col="1" row="0" />
        <items>
            <item>disc</item>
            <item>square</item>
            <item>circle</item>
        </items>
    </attr>

    <attr name="compact" type="check">
        <text>Compact</text>
        <tooltip>Deprecated</tooltip>
        <location col="0" row="1" />
    </attr>

<tqchildren>
<child name="li" usage="required" />
</tqchildren>

</tag>
</TAGS>