summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xslt/sort.tag
blob: 999609ec949165390b6584693016193a08106177 (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
56
57
58
59
60
61
62
63
64
<!DOCTYPE TAGS>
<TAGS>
<tag name="sort">

    <label>
        <text>select</text>
        <location col="0" row="0" />
    </label>

    <attr name="select" type="input">
        <location col="1" row="0" colspan="3" />
    </attr>

    <label>
        <text>lang</text>
        <location col="0" row="1" />
    </label>

    <attr name="lang" type="input">
        <location col="1" row="1" colspan="3" />
    </attr>

    <label>
        <text>data-type</text>
        <location col="0" row="2" />
    </label>

    <attr name="data-type" type="list">
        <items>
            <item>text</item>
            <item>number</item>
        </items>
        <location col="1" row="2" colspan="3" />
    </attr>

    <label>
        <text>order</text>
        <location col="0" row="3" />
    </label>

    <attr name="order" type="list">
        <items>
            <item>ascending</item>
            <item>descending</item>
        </items>
        <location col="1" row="3" colspan="3" />
    </attr>


    <label>
        <text>case-order</text>
        <location col="0" row="4" />
    </label>

    <attr name="data-type" type="list">
        <items>
            <item>upper-first</item>
            <item>lower-first</item>
        </items>
        <location col="1" row="4" colspan="3" />
    </attr>

</tag>
</TAGS>