diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-02 02:15:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-12 21:02:29 +0100 |
commit | 1e750683286c018238ae80a37a17709028a5f619 (patch) | |
tree | de816e2396bf123719a02ce105ce8b76fd1e5703 /quanta/data/toolbars/docbook/docbook_xml.actions | |
parent | 5764a965e27720a5d973e5e3126274433ca3c35c (diff) | |
download | tdewebdev-1e750683286c018238ae80a37a17709028a5f619.tar.gz tdewebdev-1e750683286c018238ae80a37a17709028a5f619.zip |
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'quanta/data/toolbars/docbook/docbook_xml.actions')
-rw-r--r-- | quanta/data/toolbars/docbook/docbook_xml.actions | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/quanta/data/toolbars/docbook/docbook_xml.actions b/quanta/data/toolbars/docbook/docbook_xml.actions new file mode 100644 index 00000000..c834f8ba --- /dev/null +++ b/quanta/data/toolbars/docbook/docbook_xml.actions @@ -0,0 +1,112 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="new.png" type="text" tooltip="New Chapter" name="user_templ" text="New Tag file" statustext="New Tag file" > + <text><chapter id=""> +<!-- --> + +<title></title> + +<para></para> + + + +<sect1> + +<title></title> + +<para></para> + +</sect1> + + + +</chapter> +</text> + </action> + <action icon="tag_title.png" type="tag" tooltip="Title" name="user_title" text="Title" statustext="Title" > + <tag useDialog="false" ><title></tag> + <xtag use="true" ></title></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_para.png" type="tag" tooltip="para" name="user_para" statustext="para" text="para" > + <tag useDialog="false" ><para></tag> + <xtag use="true" ></para></xtag> + <text/> + <script input="none" >''</script> + </action> + <action icon="tag_comm" type="tag" name="tag_comment" text="Comment" > + <tag><!--</tag> + <xtag use="true" >--></xtag> + <tooltip>The <b>!-- --></b> element <i>comment</i> a text inside. + </tooltip> + </action> + <action shortcut="" icon="tag_notation" type="tag" tooltip="note" name="user_note" statustext="note" text="note" > + <tag useDialog="false" ><note></tag> + <xtag use="true" ></note></xtag> + </action> + <action shortcut="" icon="tag_sect1" type="tag" tooltip="sect1" name="user_sect1" statustext="sect1" text="sect1" > + <tag useDialog="false" ><sect1 id=""></tag> + <xtag use="true" ></sect1></xtag> + </action> + <action shortcut="" icon="tag_sect2" type="tag" tooltip="sect2" name="user_sect2" statustext="sect2" text="sect2" > + <tag useDialog="false" ><sect2 id=""></tag> + <xtag use="true" ></sect2></xtag> + </action> + <action shortcut="" icon="tag_sect3" type="tag" tooltip="sect3" name="user_sect3" statustext="sect3" text="sect3" > + <tag useDialog="false" ><sect3 id=""></tag> + <xtag use="true" ></sect3></xtag> + </action> + <action shortcut="" icon="tag_sect4" type="tag" tooltip="sect4" name="user_sect4" statustext="sect4" text="sect4" > + <tag useDialog="false" ><sect4 id=""></tag> + <xtag use="true" ></sect4></xtag> + </action> + <action icon="tag_a" type="tag" name="tag_xref" text="Anchor..." > + <tag useDialog="false" ><xref linkend=""/></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_link" type="tag" tooltip="" name="tag_ulink" text="Web Link" > + <tag useDialog="false" ><ulink url=""></tag> + <xtag use="true" ></ulink></xtag> + </action> + <action icon="tag_image" type="text" name="text_img" text="New image file" statustext="New image file" > + <text><figure id=""> +<title></title> +<graphic fileref=""/> +</figure> +</text> + </action> + <action shortcut="" icon="source" type="text" tooltip="programlisting" name="user_programlisting" statustext="programlisting" text="programlisting" > + <text><example role="codelisting" id=""> +<title></title> +<programlisting><![CDATA[ + +]]></programlisting> +</example></text> + </action> + <action icon="tag_li" type="tag" name="user_list" text="List" > + <tag useDialog="false" ><itemizedlist></tag> + <xtag use="true" inLine="true" ></itemizedlist></xtag> + </action> + <action icon="tag_dl.png" type="tag" tooltip="Items" name="user_list_item" statustext="List Item" text="Items" > + <tag useDialog="false" ><listitem><para></tag> + <xtag use="true" ></para></listitem></xtag> + <text/> + </action> + <action shortcut="" icon="text_under" type="tag" tooltip="" name="emphasis" text="Emphasis" > + <tag useDialog="false" ><emphasis></tag> + <xtag use="true" ></emphasis></xtag> + </action> + <action shortcut="" icon="tag_table" type="script" tooltip="Table" name="user_0cdwcxymGz" text="Table" > + <script output="cursor" error="none" input="none" >kmdr-executor -c quanta %scriptdir/docbook_table.kmdr</script> + </action> + <action shortcut="" icon="tag_amp" type="tag" tooltip="&amp;" name="user_388Vg03X6m" text="amp" > + <tag useDialog="false" >&amp;</tag> + <xtag use="true" >&amp;</xtag> + </action> + <action shortcut="" icon="tag_cdata" type="tag" tooltip="<![CDATA ]]>" name="user_JhxuFyiFEM" text="CDATA" > + <tag useDialog="false" ><![CDATA</tag> + <xtag use="true" >]]></xtag> + </action> + +</actions>
\ No newline at end of file |