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.
39 lines
1.6 KiB
39 lines
1.6 KiB
<!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" ><table></tag>
|
|
<xtag use="true" ></table></xtag>
|
|
</action>
|
|
<action icon="tag_title" type="tag" name="DBtag_title" text="title" >
|
|
<tag useDialog="false" ><title></tag>
|
|
<xtag use="true" ></title></xtag>
|
|
</action>
|
|
<action icon="tag_th" type="tag" name="DBtag_informaltable" text="informaltable" >
|
|
<tag useDialog="false" ><informaltable></tag>
|
|
<xtag use="true" ></informaltable></xtag>
|
|
</action>
|
|
<action icon="tag_tgroup" type="tag" name="DBtag_tgroup" text="tgroup" >
|
|
<tag useDialog="false" ><tgroup cols=""></tag>
|
|
<xtag use="true" ></tgroup></xtag>
|
|
</action>
|
|
<action icon="table_head" type="tag" name="DBtag_thead" text="thead" >
|
|
<tag useDialog="false" ><thead></tag>
|
|
<xtag use="true" ></thead></xtag>
|
|
</action>
|
|
<action icon="tag_table_body" type="tag" name="DBtag_tbody" text="tbody" >
|
|
<tag useDialog="false" ><tbody></tag>
|
|
<xtag use="true" ></tbody></xtag>
|
|
</action>
|
|
<action icon="tag_table_row" type="tag" name="DBtag_row" text="row" >
|
|
<tag useDialog="false" ><row></tag>
|
|
<xtag use="true" ></row></xtag>
|
|
</action>
|
|
<action icon="table_data" type="tag" name="DBtag_entry" text="entry" >
|
|
<tag useDialog="false" ><entry></tag>
|
|
<xtag use="true" ></entry></xtag>
|
|
</action>
|
|
|
|
</actions> |