summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml/col.tag
blob: b86c06e6ec371c70f3634a243da146509a5211ae (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1">
    <attr name="width" type="input">
        <text>Width</text>
        <textlocation col="0" row="0" />
        <tooltip>Use % for percent or it will set pixels
You can add multiple values with commas</tooltip>
        <location col="1" row="0" />
    </attr>

    <attr name="span" type="input">
        <text>Span</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1" />
    </attr>

    <attr name="align" type="list">
        <text>Align</text>
        <textlocation col="0" row="2"  />
        <items>
            <item>left</item>
            <item>center</item>
            <item>right</item>
            <item>justify</item>
            <item>char</item>
        </items>
        <location col="1" row="2" />
    </attr>

    <attr name="valign" type="list">
        <text>Valign</text>
        <textlocation col="0" row="3"  />
        <items>
            <item>baseline</item>
            <item>bottom</item>
            <item>middle</item>
            <item>top</item>
        </items>
        <location col="1" row="3" colspan="1" />
    </attr>

    <attr name="char" type="input">
        <text>Char</text>
        <textlocation col="0" row="4" />
        <location col="1" row="4" />
    </attr>

    <attr name="charoff" type="input">
        <text>Charoff</text>
        <textlocation col="0" row="5" />
        <location col="1" row="5" />
    </attr>

</tag>
</TAGS>