summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-02 02:15:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-13 00:44:04 +0100
commit92326f9e69bb4aee30dd0f088523d293fc0804da (patch)
tree726d8eeb445895b59e7a0523d0a5e74a50b27ae7 /quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions
parent36793769224b2e54a364bb8bfd9d27c839e92181 (diff)
downloadtdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.tar.gz
tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.zip
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619)
Diffstat (limited to 'quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions')
-rw-r--r--quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions39
1 files changed, 39 insertions, 0 deletions
diff --git a/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions b/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions
new file mode 100644
index 00000000..f44124bb
--- /dev/null
+++ b/quanta/data/toolbars/kde-docbook/kde-docbook-tables.actions
@@ -0,0 +1,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> \ No newline at end of file