summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html5/style.actions
blob: 39b8e124fd54ade8c64bf24cfe4b9c8a85a36112 (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
<!DOCTYPE actionsconfig>
<actions>
 <action shortcut="" icon="html5_a" type="tag" tooltip="" name="a" text="a" >
  <tag useDialog="false" >&lt;a href=""&gt;</tag>
  <xtag use="true" >&lt;/a&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_strong" type="tag" tooltip="" name="strong" text="strong" >
  <tag useDialog="false" >&lt;strong&gt;</tag>
  <xtag use="true" >&lt;/strong&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_i" type="tag" tooltip="" name="i" text="i" >
  <tag useDialog="false" >&lt;i&gt;</tag>
  <xtag use="true" >&lt;/i&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_b" type="tag" tooltip="" name="b" text="b" >
  <tag useDialog="false" >&lt;b&gt;</tag>
  <xtag use="true" >&lt;/b&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_del" type="tag" tooltip="" name="del" text="del" >
  <tag useDialog="false" >&lt;del&gt;</tag>
  <xtag use="true" >&lt;/del&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_small" type="tag" tooltip="" name="small" text="small" >
  <tag useDialog="false" >&lt;small&gt;</tag>
  <xtag use="true" >&lt;/small&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_big" type="tag" tooltip="" name="big" text="big" >
  <tag useDialog="false" >&lt;big&gt;</tag>
  <xtag use="true" >&lt;/big&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_font" type="tag" tooltip="" name="font" text="font" >
  <tag useDialog="false" >&lt;font&gt;</tag>
  <xtag use="true" >&lt;/font&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_code" type="tag" tooltip="" name="code" text="code" >
  <tag useDialog="false" >&lt;code&gt;</tag>
  <xtag use="true" >&lt;/code&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_var" type="tag" tooltip="" name="var" text="var" >
  <tag useDialog="false" >&lt;var&gt;</tag>
  <xtag use="true" >&lt;/var&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_kbd" type="tag" tooltip="" name="kbd" text="kbd" >
  <tag useDialog="false" >&lt;kbd&gt;</tag>
  <xtag use="true" >&lt;/kbd&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_samp" type="tag" tooltip="" name="samp" text="samp" >
  <tag useDialog="false" >&lt;samp&gt;</tag>
  <xtag use="true" >&lt;/samp&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_sup" type="tag" tooltip="" name="sup" text="sup" >
  <tag useDialog="false" >&lt;sup&gt;</tag>
  <xtag use="true" >&lt;/sup&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_sub" type="tag" tooltip="" name="sub" text="sub" >
  <tag useDialog="false" >&lt;sub&gt;</tag>
  <xtag use="true" >&lt;/sub&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_q" type="tag" tooltip="" name="q" text="q" >
  <tag useDialog="false" >&lt;q&gt;</tag>
  <xtag use="true" >&lt;/q&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_ins" type="tag" tooltip="" name="ins" text="ins" >
  <tag useDialog="false" >&lt;ins&gt;</tag>
  <xtag use="true" >&lt;/ins&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_cite" type="tag" tooltip="" name="cite" text="cite" >
  <tag useDialog="false" >&lt;cite&gt;</tag>
  <xtag use="true" >&lt;/cite&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_time" type="tag" tooltip="" name="time" text="time" >
  <tag useDialog="false" >&lt;time&gt;</tag>
  <xtag use="true" >&lt;/time&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_abbr" type="tag" tooltip="" name="abbr" text="abbr" >
  <tag useDialog="false" >&lt;abbr title=""&gt;</tag>
  <xtag use="true" >&lt;/abbr&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_data" type="tag" tooltip="" name="data" text="data" >
  <tag useDialog="false" >&lt;data value=""&gt;</tag>
  <xtag use="true" >&lt;/data&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_mark" type="tag" tooltip="" name="mark" text="mark" >
  <tag useDialog="false" >&lt;mark&gt;</tag>
  <xtag use="true" >&lt;/mark&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_u" type="tag" tooltip="" name="u" text="u" >
  <tag useDialog="false" >&lt;u&gt;</tag>
  <xtag use="true" >&lt;/u&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_bdi" type="tag" tooltip="" name="bdi" text="bdi" >
  <tag useDialog="false" >&lt;bdi&gt;</tag>
  <xtag use="true" >&lt;/bdi&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_bdo" type="tag" tooltip="" name="bdo" text="bdo" >
  <tag useDialog="false" >&lt;bdo dir=""&gt;</tag>
  <xtag use="true" >&lt;/bdo&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_ruby" type="tag" tooltip="" name="ruby" text="ruby" >
  <tag useDialog="false" >&lt;ruby&gt;</tag>
  <xtag use="true" >&lt;/ruby&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_rt" type="tag" tooltip="" name="rt" text="rt" >
  <tag useDialog="false" >&lt;rt&gt;</tag>
  <xtag use="true" >&lt;/rt&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_rp" type="tag" tooltip="" name="rp" text="rp" >
  <tag useDialog="false" >&lt;rp&gt;</tag>
  <xtag use="true" >&lt;/rp&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_br" type="tag" tooltip="" name="br" text="br" >
  <tag useDialog="false" >&lt;br&gt;</tag>
 </action>
 <action shortcut="" icon="html5_wbr" type="tag" tooltip="" name="wbr" text="wbr" >
  <tag useDialog="false" >&lt;wbr&gt;</tag>
 </action>
 <action shortcut="" icon="html5_span" type="tag" tooltip="" name="span" text="span" >
  <tag useDialog="false" >&lt;span&gt;</tag>
  <xtag use="true" >&lt;/span&gt;</xtag>
 </action>
</actions>