summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/wml-1-2/postfield.tag
blob: c8d73ae4fe669dfc049e3cc33e0f2a48119e3ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE TAGS>
<TAGS>
<tag name="postfield" hasCore="1" single="1">
   
   <attr name="name" status="required" type="input">
        <text>Variable Name</text>
        <textlocation col="0" row="0" />
        <location col="1" row="0"/>
    </attr>

    <attr name="value" status="required"type="input">
        <text>Value</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1"/>
    </attr>

</tag>
</TAGS>