summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html5/base.actions
blob: 2fa3cebbbd3da045f38911198ba26229c3135242 (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
126
<!DOCTYPE actionsconfig>
<actions>
 <action shortcut="" icon="html5_h1" type="tag" tooltip="" name="h1" text="h1" >
  <tag useDialog="false" >&lt;h1&gt;</tag>
  <xtag use="true" >&lt;/h1&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_h2" type="tag" tooltip="" name="h2" text="h2" >
  <tag useDialog="false" >&lt;h2&gt;</tag>
  <xtag use="true" >&lt;/h2&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_h3" type="tag" tooltip="" name="h3" text="h3" >
  <tag useDialog="false" >&lt;h3&gt;</tag>
  <xtag use="true" >&lt;/h3&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_h4" type="tag" tooltip="" name="h4" text="h4" >
  <tag useDialog="false" >&lt;h4&gt;</tag>
  <xtag use="true" >&lt;/h4&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_h5" type="tag" tooltip="" name="h5" text="h5" >
  <tag useDialog="false" >&lt;h5&gt;</tag>
  <xtag use="true" >&lt;/h5&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_h6" type="tag" tooltip="" name="h6" text="h6" >
  <tag useDialog="false" >&lt;h6&gt;</tag>
  <xtag use="true" >&lt;/h6&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_p" type="tag" tooltip="" name="p" text="p" >
  <tag useDialog="false" >&lt;p&gt;</tag>
  <xtag use="true" >&lt;/p&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_pre" type="tag" tooltip="" name="pre" text="pre" >
  <tag useDialog="false" >&lt;pre&gt;</tag>
  <xtag use="true" >&lt;/pre&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_div" type="tag" tooltip="" name="div" text="div" >
  <tag useDialog="false" >&lt;div&gt;</tag>
  <xtag use="true" >&lt;/div&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_blockquote" type="tag" tooltip="" name="blockquote" text="blockquote" >
  <tag useDialog="false" >&lt;blockquote&gt;</tag>
  <xtag use="true" >&lt;/blockquote&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_details" type="tag" tooltip="" name="details" text="details" >
  <tag useDialog="false" >&lt;details&gt;</tag>
  <xtag use="true" >&lt;/details&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_center" type="tag" tooltip="" name="center" text="center" >
  <tag useDialog="false" >&lt;center&gt;</tag>
  <xtag use="true" >&lt;/center&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_hr" type="tag" tooltip="" name="hr" text="hr" >
  <tag useDialog="false" >&lt;hr&gt;</tag>
 </action>
 <action shortcut="" icon="html5_com" type="tag" tooltip="" name="com" text="com" >
  <tag useDialog="false" >&lt;!-- </tag>
  <xtag use="true" > --&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_ul" type="tag" tooltip="" name="ul" text="ul" >
  <tag useDialog="false" >&lt;ul&gt;</tag>
  <xtag use="true" >&lt;/ul&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_ol" type="tag" tooltip="" name="ol" text="ol" >
  <tag useDialog="false" >&lt;ol&gt;</tag>
  <xtag use="true" >&lt;/ol&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_li" type="tag" tooltip="" name="li" text="li" >
  <tag useDialog="false" >&lt;li&gt;</tag>
  <xtag use="true" >&lt;/li&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_dir" type="tag" tooltip="" name="dir" text="dir" >
  <tag useDialog="false" >&lt;dir&gt;</tag>
  <xtag use="true" >&lt;/dir&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_dl" type="tag" tooltip="" name="dl" text="dl" >
  <tag useDialog="false" >&lt;dl&gt;</tag>
  <xtag use="true" >&lt;/dl&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_dt" type="tag" tooltip="" name="dt" text="dt" >
  <tag useDialog="false" >&lt;dt&gt;</tag>
  <xtag use="true" >&lt;/dt&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_dd" type="tag" tooltip="" name="dd" text="dd" >
  <tag useDialog="false" >&lt;dd&gt;</tag>
  <xtag use="true" >&lt;/dd&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_table" type="tag" tooltip="" name="table" text="table" >
  <tag useDialog="false" >&lt;table&gt;</tag>
  <xtag use="true" >&lt;/table&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_tbody" type="tag" tooltip="" name="tbody" text="tbody" >
  <tag useDialog="false" >&lt;tbody&gt;</tag>
  <xtag use="true" >&lt;/tbody&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_thead" type="tag" tooltip="" name="thead" text="thead" >
  <tag useDialog="false" >&lt;thead&gt;</tag>
  <xtag use="true" >&lt;/thead&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_tfoot" type="tag" tooltip="" name="tfoot" text="tfoot" >
  <tag useDialog="false" >&lt;tfoot&gt;</tag>
  <xtag use="true" >&lt;/tfoot&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_tr" type="tag" tooltip="" name="tr" text="tr" >
  <tag useDialog="false" >&lt;tr&gt;</tag>
  <xtag use="true" >&lt;/tr&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_colgroup" type="tag" tooltip="" name="colgroup" text="colgroup" >
  <tag useDialog="false" >&lt;colgroup&gt;</tag>
  <xtag use="true" >&lt;/colgroup&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_col" type="tag" tooltip="" name="col" text="col" >
  <tag useDialog="false" >&lt;col&gt;</tag>
  <xtag use="true" >&lt;/col&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_td" type="tag" tooltip="" name="td" text="td" >
  <tag useDialog="false" >&lt;td&gt;</tag>
  <xtag use="true" >&lt;/td&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_th" type="tag" tooltip="" name="th" text="th" >
  <tag useDialog="false" >&lt;th&gt;</tag>
  <xtag use="true" >&lt;/th&gt;</xtag>
 </action>
 <action shortcut="" icon="html5_caption" type="tag" tooltip="" name="caption" text="caption" >
  <tag useDialog="false" >&lt;caption&gt;</tag>
  <xtag use="true" >&lt;/caption&gt;</xtag>
 </action>
</actions>