summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-frameset/common.tag
blob: 72c0d679f41577df716ad223f31bf678cd5a5d72 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="Core" common="yes">
 <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
 </attr>
 <attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(QString)" arguments="%tagname%" >
 </attr>
 <attr name="style" type="css-style">
 </attr>
 <attr name="title" type="input">
 </attr>
</tag>

<tag name="I18n" common="yes">
 <attr name="lang" type="input">
 </attr>
 <attr name="xml:lang" type="input">
 </attr>
 <attr name="dir" type="input">
 </attr>
</tag>

<tag name="Script" common="yes">
 <attr name="onclick" type="input">
 </attr>
 <attr name="ondblclick" type="input">
 </attr>
 <attr name="onmousedown" type="input">
 </attr>
 <attr name="onmouseup" type="input">
 </attr>
 <attr name="onmouseover" type="input">
 </attr>
 <attr name="onmousemove" type="input">
 </attr>
 <attr name="onmouseout" type="input">
 </attr>
 <attr name="onkeypress" type="input">
 </attr>
 <attr name="onkeydown" type="input">
 </attr>
 <attr name="onkeyup" type="input">
 </attr>
</tag>

<tag name="Focus" common="yes">
 <attr name="accesskey" type="input">
 </attr>
 <attr name="tabindex" type="input">
 </attr>
 <attr name="onfocus" type="input">
 </attr>
 <attr name="onblur" type="input">
 </attr>
</tag>
 
<tag name="Others" common="yes">
 <attr name="name" type="input">
 </attr>
 <attr name="longdesc" type="input">
 </attr>
 <attr name="ismap" type="input">
 </attr>
 <attr name="usemap" type="input">
 </attr>
 
</tag>

</TAGS>