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><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>
|