summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/wml-1-2/p.tag
blob: 794f7a93a9c2e5b1d935cc8d85412faef50cf0e9 (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
<!DOCTYPE TAGS>
<TAGS>
<tag name="p" hasCore="1">

    <attr name="align" defaultValue="left" type="list">
        <text>Alignment</text>
        <textlocation col="0" row="0" />
        <location col="1" row="0" />
        <items>
                <item>left</item>
                <item>center</item>
                <item>right</item>
        </items>
    </attr>

    <attr name="mode" status="implied" type="list">
        <text>Text wrap mode</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1" />
        <items>
                <item>wrap</item>
                <item>nowrap</item>
        </items>
    </attr>

    <attr name="xml:lang" status="implied" type="input">
        <text>Override xml:lang</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" />
    </attr>

</tag>
</TAGS>