summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html5/base.actions
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/html5/base.actions')
-rw-r--r--quanta/data/toolbars/html5/base.actions126
1 files changed, 126 insertions, 0 deletions
diff --git a/quanta/data/toolbars/html5/base.actions b/quanta/data/toolbars/html5/base.actions
new file mode 100644
index 00000000..2fa3cebb
--- /dev/null
+++ b/quanta/data/toolbars/html5/base.actions
@@ -0,0 +1,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>