summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/docbook/docbook_xml.actions
blob: c834f8ba48a82acf1835b16076a196a00a54686d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
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>&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>