summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions
blob: f44124bbdead84fb3de149220b232cda611692cd (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
<!DOCTYPE actionsconfig>
<actions>
 <action icon="quick_table.png" type="script" tooltip="Table Wizard" name="table_wizard" text="Table Wizard" >
  <script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/tablewizard.kmdr</script>
 </action>
 <action icon="tag_table" type="tag" name="DBtag_table" text="table" >
  <tag useDialog="false" >&lt;table></tag>
  <xtag use="true" >&lt;/table></xtag>
 </action>
 <action icon="tag_title" type="tag" name="DBtag_title" text="title" >
  <tag useDialog="false" >&lt;title></tag>
  <xtag use="true" >&lt;/title></xtag>
 </action>
 <action icon="tag_th" type="tag" name="DBtag_informaltable" text="informaltable" >
  <tag useDialog="false" >&lt;informaltable></tag>
  <xtag use="true" >&lt;/informaltable></xtag>
 </action>
 <action icon="tag_tgroup" type="tag" name="DBtag_tgroup" text="tgroup" >
  <tag useDialog="false" >&lt;tgroup cols=&quot;&quot;></tag>
  <xtag use="true" >&lt;/tgroup></xtag>
 </action>
 <action icon="table_head" type="tag" name="DBtag_thead" text="thead" >
  <tag useDialog="false" >&lt;thead></tag>
  <xtag use="true" >&lt;/thead></xtag>
 </action>
 <action icon="tag_table_body" type="tag" name="DBtag_tbody" text="tbody" >
  <tag useDialog="false" >&lt;tbody></tag>
  <xtag use="true" >&lt;/tbody></xtag>
 </action>
 <action icon="tag_table_row" type="tag" name="DBtag_row" text="row" >
  <tag useDialog="false" >&lt;row></tag>
  <xtag use="true" >&lt;/row></xtag>
 </action>
 <action icon="table_data" type="tag" name="DBtag_entry" text="entry" >
  <tag useDialog="false" >&lt;entry></tag>
  <xtag use="true" >&lt;/entry></xtag>
 </action>

</actions>