summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-frameset/input.tag
blob: a6a2b3cc50a7cbf8363a6961e6875f7b53e573f7 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?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>

    <attr name="align" type="list">
      <text>Align</text>
      <textlocation col="0" row="10" />
      <items>
        <item>baseline</item>
        <item>center</item>
        <item>left</item>
        <item>middle</item>
        <item>right</item>
        <item>textbottom</item>
        <item>textmiddle</item>
        <item>texttop</item>
      </items>
      <location col="1" row="10" colspan="3" />
    </attr>

</tag>
</TAGS>