blob: 0ea1ee5a0534c06d7afc5a67c16071f1d13559cc (
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
|
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="html5_img" type="tag" tooltip="" name="img" text="img" >
<tag useDialog="false" ><img src=""></tag>
</action>
<action shortcut="" icon="html5_map" type="tag" tooltip="" name="map" text="map" >
<tag useDialog="false" ><map name=""></tag>
<xtag use="true" ></map></xtag>
</action>
<action shortcut="" icon="html5_area" type="tag" tooltip="" name="area" text="area" >
<tag useDialog="false" ><area shape="" coords=",,," alt="" href=""></tag>
</action>
<action shortcut="" icon="html5_picture" type="tag" tooltip="" name="picture" text="picture" >
<tag useDialog="false" ><picture></tag>
<xtag use="true" ></picture></xtag>
</action>
<action shortcut="" icon="html5_figure" type="tag" tooltip="" name="figure" text="figure" >
<tag useDialog="false" ><figure></tag>
<xtag use="true" ></figure></xtag>
</action>
<action shortcut="" icon="html5_figcaption" type="tag" tooltip="" name="figcaption" text="figcaption" >
<tag useDialog="false" ><figcaption></tag>
<xtag use="true" ></figcaption></xtag>
</action>
<action shortcut="" icon="html5_svg" type="tag" tooltip="" name="svg" text="svg" >
<tag useDialog="false" ><svg></tag>
<xtag use="true" ></svg></xtag>
</action>
<action shortcut="" icon="html5_audio" type="tag" tooltip="" name="audio" text="audio" >
<tag useDialog="false" ><audio src=""></tag>
<xtag use="true" ></audio></xtag>
</action>
<action shortcut="" icon="html5_video" type="tag" tooltip="" name="video" text="video" >
<tag useDialog="false" ><video src=""></tag>
<xtag use="true" ></video></xtag>
</action>
<action shortcut="" icon="html5_track" type="tag" tooltip="" name="track" text="track" >
<tag useDialog="false" ><track src=""></tag>
<xtag use="true" ></track></xtag>
</action>
<action shortcut="" icon="html5_embed" type="tag" tooltip="" name="embed" text="embed" >
<tag useDialog="false" ><embed src=""></tag>
<xtag use="true" ></embed></xtag>
</action>
<action shortcut="" icon="html5_object" type="tag" tooltip="" name="object" text="object" >
<tag useDialog="false" ><object data=""></tag>
<xtag use="true" ></object></xtag>
</action>
<action shortcut="" icon="html5_source" type="tag" tooltip="" name="source" text="source" >
<tag useDialog="false" ><source src=""></tag>
<xtag use="true" ></source></xtag>
</action>
<action shortcut="" icon="html5_header" type="tag" tooltip="" name="header" text="header" >
<tag useDialog="false" ><header></tag>
<xtag use="true" ></header></xtag>
</action>
<action shortcut="" icon="html5_nav" type="tag" tooltip="" name="nav" text="nav" >
<tag useDialog="false" ><nav></tag>
<xtag use="true" ></nav></xtag>
</action>
<action shortcut="" icon="html5_main" type="tag" tooltip="" name="main" text="main" >
<tag useDialog="false" ><main></tag>
<xtag use="true" ></main></xtag>
</action>
<action shortcut="" icon="html5_aside" type="tag" tooltip="" name="aside" text="aside" >
<tag useDialog="false" ><aside></tag>
<xtag use="true" ></aside></xtag>
</action>
<action shortcut="" icon="html5_footer" type="tag" tooltip="" name="footer" text="footer" >
<tag useDialog="false" ><footer></tag>
<xtag use="true" ></footer></xtag>
</action>
<action shortcut="" icon="html5_article" type="tag" tooltip="" name="article" text="article" >
<tag useDialog="false" ><article></tag>
<xtag use="true" ></article></xtag>
</action>
<action shortcut="" icon="html5_address" type="tag" tooltip="" name="address" text="address" >
<tag useDialog="false" ><address></tag>
<xtag use="true" ></address></xtag>
</action>
<action shortcut="" icon="html5_section" type="tag" tooltip="" name="section" text="section" >
<tag useDialog="false" ><section></tag>
<xtag use="true" ></section></xtag>
</action>
<action shortcut="" icon="html5_DT" type="tag" tooltip="" name="DT" text="DT" >
<tag useDialog="false" ><!DOCTYPE html></tag>
</action>
<action shortcut="" icon="html5_html" type="tag" tooltip="" name="html" text="html" >
<tag useDialog="false" ><html></tag>
<xtag use="true" ></html></xtag>
</action>
<action shortcut="" icon="html5_head" type="tag" tooltip="" name="head" text="head" >
<tag useDialog="false" ><head></tag>
<xtag use="true" ></head></xtag>
</action>
<action shortcut="" icon="html5_body" type="tag" tooltip="" name="body" text="body" >
<tag useDialog="false" ><body></tag>
<xtag use="true" ></body></xtag>
</action>
<action shortcut="" icon="html5_title" type="tag" tooltip="" name="title" text="title" >
<tag useDialog="false" ><title></tag>
<xtag use="true" ></title></xtag>
</action>
<action shortcut="" icon="html5_meta" type="tag" tooltip="" name="meta" text="meta" >
<tag useDialog="false" ><meta charset="utf-8"></tag>
</action>
<action shortcut="" icon="html5_base" type="tag" tooltip="" name="base" text="base" >
<tag useDialog="false" ><base href=""></tag>
</action>
<action shortcut="" icon="html5_link" type="tag" tooltip="" name="link" text="link" >
<tag useDialog="false" ><link rel="" type="" href=""></tag>
</action>
<action shortcut="" icon="html5_style" type="tag" tooltip="" name="style" text="style" >
<tag useDialog="false" ><style></tag>
<xtag use="true" ></style></xtag>
</action>
<action shortcut="" icon="html5_script" type="tag" tooltip="" name="script" text="script" >
<tag useDialog="false" ><script></tag>
<xtag use="true" ></script></xtag>
</action>
<action shortcut="" icon="html5_noscript" type="tag" tooltip="" name="noscript" text="noscript" >
<tag useDialog="false" ><noscript></tag>
<xtag use="true" ></noscript></xtag>
</action>
</actions>
|