summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-basic/input.tag
blob: e52a3fa5fd3ccb4763a754b8945887bb29373fa5 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="input" 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="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>No 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="src" type="url">
      <text>src</text>
      <textlocation col="0" row="4" colspan="1" />
      <location col="1" row="4" colspan="3" />
      <tooltip>URL for image to use</tooltip>
    </attr>

   <attr name="accesskey" type="input">
      <text>accesskey</text>
      <textlocation col="2" row="6" colspan="1" />
      <location col="3" row="6" colspan="1" />
      <tooltip>Shortcut</tooltip>
    </attr>

<tqchildren>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="caption" />
<child name="cite" />
<child name="code" />
<child name="dd" />
<child name="dfn" />
<child name="div" />
<child name="dt" />
<child name="em" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="kbd" />
<child name="label" />
<child name="li" />
<child name="object" />
<child name="p" />
<child name="q" />
<child name="samp" />
<child name="span" />
<child name="strong" />
<child name="td" />
<child name="th" />
<child name="var" />
</tqchildren>
</tag>
</TAGS>