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