summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/html5/form.tag
blob: af33b0e149a99bb97a9f97b052116babd3e4636a (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="form" hasCore="1" hasI18n="1" hasScript="1">

    <attr name="action" type="url">
        <text>action</text>
        <textlocation col="0" row="0" />
        <location col="1" row="0" colspan="3" />
    </attr>

    <attr name="method" type="list">
        <text>method</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1"/>
        <items>
                <item>GET</item>
                <item>POST</item>
        </items>
    </attr>

    <attr name="enctype" type="list">
        <text>enctype</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" colspan="3"/>
        <items>
           <item>application/x-www-form-urlencoded</item>
           <item>multipart/form-data</item>
        </items>
    </attr>

    <attr name="accept-charset" type="input">
        <text>acceptcharset</text>
        <textlocation col="2" row="3" />
        <location col="3" row="3"/>
    </attr>

    <attr name="accept" type="list">
        <text>accept</text>
        <textlocation col="0" row="4" />
        <location col="1" row="4" colspan="3"/>
        <items>
           <item>application/x-www-form-urlencoded</item>
           <item>multipart/form-data</item>
        </items>
    </attr>

    <attr name="onsubmit" type="input">
        <text>onsubmit</text>
        <textlocation col="2" row="5" />
        <location col="3" row="5"/>
    </attr>

    <attr name="onreset" type="input">
        <text>onreset</text>
        <textlocation col="2" row="6" />
        <location col="3" row="6"/>
    </attr>

<children>
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="blockquote" />
<child name="del" />
<child name="div" />
<child name="dl" />
<child name="fieldset" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
<child name="dir" />
</children>
</tag>
</TAGS>