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