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

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

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

    <attr name="width" type="input">
        <text>Width</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" />
    </attr>

    <attr name="noshade" type="check" >
        <text>No shade</text>
        <location col="0" row="3"/>
    </attr>
</tag>
</TAGS>