You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/toolbars/docbook/docbook_xml.actions

112 lines
4.3 KiB

<!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>&lt;chapter id=&quot;&quot;>
&lt;!-- -->
&lt;title>&lt;/title>
&lt;para>&lt;/para>
&lt;sect1>
&lt;title>&lt;/title>
&lt;para>&lt;/para>
&lt;/sect1>
&lt;/chapter>
</text>
</action>
<action icon="tag_title.png" type="tag" tooltip="Title" name="user_title" text="Title" statustext="Title" >
<tag useDialog="false" >&lt;title></tag>
<xtag use="true" >&lt;/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" >&lt;para></tag>
<xtag use="true" >&lt;/para></xtag>
<text/>
<script input="none" >''</script>
</action>
<action icon="tag_comm" type="tag" name="tag_comment" text="Comment" >
<tag>&lt;!--</tag>
<xtag use="true" >--></xtag>
<tooltip>The &lt;b>!-- -->&lt;/b> element &lt;i>comment&lt;/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" >&lt;note></tag>
<xtag use="true" >&lt;/note></xtag>
</action>
<action shortcut="" icon="tag_sect1" type="tag" tooltip="sect1" name="user_sect1" statustext="sect1" text="sect1" >
<tag useDialog="false" >&lt;sect1 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect1></xtag>
</action>
<action shortcut="" icon="tag_sect2" type="tag" tooltip="sect2" name="user_sect2" statustext="sect2" text="sect2" >
<tag useDialog="false" >&lt;sect2 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect2></xtag>
</action>
<action shortcut="" icon="tag_sect3" type="tag" tooltip="sect3" name="user_sect3" statustext="sect3" text="sect3" >
<tag useDialog="false" >&lt;sect3 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect3></xtag>
</action>
<action shortcut="" icon="tag_sect4" type="tag" tooltip="sect4" name="user_sect4" statustext="sect4" text="sect4" >
<tag useDialog="false" >&lt;sect4 id=&quot;&quot;></tag>
<xtag use="true" >&lt;/sect4></xtag>
</action>
<action icon="tag_a" type="tag" name="tag_xref" text="Anchor..." >
<tag useDialog="false" >&lt;xref linkend=&quot;&quot;/></tag>
<xtag use="false" />
</action>
<action shortcut="" icon="tag_link" type="tag" tooltip="" name="tag_ulink" text="Web Link" >
<tag useDialog="false" >&lt;ulink url=&quot;&quot;></tag>
<xtag use="true" >&lt;/ulink></xtag>
</action>
<action icon="tag_image" type="text" name="text_img" text="New image file" statustext="New image file" >
<text>&lt;figure id=&quot;&quot;>
&lt;title>&lt;/title>
&lt;graphic fileref=&quot;&quot;/>
&lt;/figure>
</text>
</action>
<action shortcut="" icon="source" type="text" tooltip="programlisting" name="user_programlisting" statustext="programlisting" text="programlisting" >
<text>&lt;example role=&quot;codelisting&quot; id=&quot;&quot;>
&lt;title>&lt;/title>
&lt;programlisting>&lt;![CDATA[
]]&gt;&lt;/programlisting>
&lt;/example></text>
</action>
<action icon="tag_li" type="tag" name="user_list" text="List" >
<tag useDialog="false" >&lt;itemizedlist></tag>
<xtag use="true" inLine="true" >&lt;/itemizedlist></xtag>
</action>
<action icon="tag_dl.png" type="tag" tooltip="Items" name="user_list_item" statustext="List Item" text="Items" >
<tag useDialog="false" >&lt;listitem>&lt;para></tag>
<xtag use="true" >&lt;/para>&lt;/listitem></xtag>
<text/>
</action>
<action shortcut="" icon="text_under" type="tag" tooltip="" name="emphasis" text="Emphasis" >
<tag useDialog="false" >&lt;emphasis></tag>
<xtag use="true" >&lt;/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;amp;" name="user_388Vg03X6m" text="amp" >
<tag useDialog="false" >&amp;amp;</tag>
<xtag use="true" >&amp;amp;</xtag>
</action>
<action shortcut="" icon="tag_cdata" type="tag" tooltip="&lt;![CDATA ]]&gt;" name="user_JhxuFyiFEM" text="CDATA" >
<tag useDialog="false" >&lt;![CDATA</tag>
<xtag use="true" >]]&gt;</xtag>
</action>
</actions>