summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml/button.tag
blob: 011def6ab814e1c5ac9a05f372cf3c30e4158fb5 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="button" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">

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

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

    <attr name="type" type="list">
      <text>Type</text>
      <textlocation col="0" row="2" colspan="1" />
      <items>
        <item>button</item>
        <item>reset</item>
        <item>submit</item>
      </items>
      <location col="1" row="2" colspan="2" />
    </attr>

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

<children>
<child name="#text" />	
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="applet" />
<child name="b" />
<child name="basefont" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="center" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="dir" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="font" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="img" />
<child name="ins" />
<child name="kbd" />
<child name="map" />
<child name="menu" />
<child name="noframes" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="s" />
<child name="samp" />
<child name="script" />
<child name="small" />
<child name="span" />
<child name="strike" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="tt" />
<child name="u" />
<child name="ul" />
<child name="var" />
</children>
</tag>
</TAGS>