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

    <attr name="href" status="required" type="url">
        <text>HREF</text> 
        <textlocation col="0" row="0" />
        <location col="1" row="0" colspan="3"/>
    </attr>

    <attr name="sendreferer" defaultValue="false" type="list">
        <text>Include URL in request</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1"/>
             <items>
	         <item>true</item>
	         <item>false</item>
	     </items>
    </attr>

    <attr name="method" defaultValue="get" type="list">
        <text>HTTP submission method</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" />
	    <items>
	        <item>post</item>
		<item>get</item>
	    </items>
    </attr>

    <attr name="enctype" defaultValue="application/x-www-form-urlencoded" type="input">
        <text>Encoding type</text>
        <textlocation col="0" row="3" />
        <location col="1" row="3" />
    </attr>

    <attr name="accept-charset" status="implied" type="input">
        <text>Encodings accepted</text>
        <textlocation col="0" row="4" />
        <location col="1" row="4" />
    </attr>

</tag>
</TAGS>