summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/html5/meta.actions
diff options
context:
space:
mode:
authorAlexis Puente Montiel <miscelaneanatural@yahoo.es>2022-02-17 22:17:14 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-04-22 00:57:00 +0200
commit7aac45c2ff3634ea31cf9b1a97889065edf650f7 (patch)
treee96fdd9f31ced02f068bcbac424fc34ad505432d /quanta/data/toolbars/html5/meta.actions
parent669546ae13394c0e9de9070ab344b2cbee336395 (diff)
downloadtdewebdev-r14.0.12.tar.gz
tdewebdev-r14.0.12.zip
Quanta: Add dtep to support HTML5 mode.r14.0.12
Signed-off-by: Alexis Puente Montiel <miscelaneanatural@yahoo.es> Minor fixes. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3b06901a66232c9de174fae3c09bdad401b234c2)
Diffstat (limited to 'quanta/data/toolbars/html5/meta.actions')
-rw-r--r--quanta/data/toolbars/html5/meta.actions125
1 files changed, 125 insertions, 0 deletions
diff --git a/quanta/data/toolbars/html5/meta.actions b/quanta/data/toolbars/html5/meta.actions
new file mode 100644
index 00000000..0ea1ee5a
--- /dev/null
+++ b/quanta/data/toolbars/html5/meta.actions
@@ -0,0 +1,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>