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

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

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

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

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

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

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

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

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

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

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

<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="b" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="di" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="img" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="param" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="var" />
</children>

</tag>
</TAGS>