summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-strict/input.tag
blob: 99ec60031932af74e8718cb7995582e258edd118 (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
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="input" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1">

    <attr name="type" type="list">
      <text>Type</text>
      <textlocation col="0" row="0" colspan="1" />
      <items>
        <item>text</item>
        <item>password</item>
        <item>checkbox</item>
        <item>radio</item>
        <item>submit</item>
        <item>reset</item>
        <item>file</item>
        <item>hidden</item>
        <item>image</item>
        <item>button</item>
      </items>
      <location col="1" row="0" colspan="1" />
    </attr>

    <attr name="disabled" type="check">
      <text>Disabled</text>
      <location col="2" row="0" colspan="1" />
      <tooltip>Disable the element</tooltip>
    </attr>

    <attr name="checked" type="check">
      <text>Checked</text>
      <location col="3" row="0" colspan="1" />
      <tooltip>For radio button or check box</tooltip>
    </attr>

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

    <attr name="value" type="input">
      <text>Value</text>
      <textlocation col="2" row="1" colspan="1" />
      <location col="3" row="1" colspan="1" />
    </attr>

    <attr name="size" type="input">
      <text>Size</text>
      <textlocation col="0" row="2" colspan="1" />
      <location col="1" row="2" colspan="1" />
      <tooltip>Number of characters for text input</tooltip>
    </attr>

    <attr name="maxlength" type="input">
      <text>Maxlength</text>
      <textlocation col="2" row="2" colspan="1" />
      <location col="3" row="2" colspan="1" />
      <tooltip>Max characters allowed</tooltip>
    </attr>

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

    <attr name="readonly" type="check">
      <text>Readonly</text>
      <location col="3" row="3" colspan="1" />
    </attr>

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

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

    <attr name="alt" type="input">
      <text>Alt</text>
      <textlocation col="0" row="6" colspan="1" />
      <location col="1" row="6" colspan="3" />
      <tooltip>Alternate text for image</tooltip>
    </attr>

    <attr name="onselect" type="input">
      <text>Onselect</text>
      <textlocation col="0" row="7" colspan="1" />
      <location col="1" row="7" colspan="3" />
    </attr>

    <attr name="onchange" type="input">
      <text>Onchange</text>
      <textlocation col="0" row="9" colspan="1" />
      <location col="1" row="9" colspan="3" />
    </attr>

</tag>
</TAGS>