summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml/ul.tag
blob: 21443c5d27ddb20c9011722416d8c929ee0de664 (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>

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

</tag>
</TAGS>