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.
tdewebdev/quanta/data/toolbars/wml-1-2/table.actions

13 lines
580 B

<!DOCTYPE actionsconfig>
<actions>
<action icon="tag_table" type="tag" name="wml_tag_table" text="Table (wml)" >
<tag useDialog="true" >&lt;table></tag>
<xtag use="true" inLine="false" >&lt;/table></xtag> </action>
<action icon="tag_tr" type="tag" name="wml_tag_tr" text="Table Row (wml)" >
<tag useDialog="false" >&lt;tr></tag>
<xtag use="true" inLine="true" >&lt;/tr></xtag> </action>
<action icon="tag_td" type="tag" name="wml_tag_td" text="Table Data (wml)" >
<tag useDialog="false" >&lt;td></tag>
<xtag use="true" inLine="true" >&lt;/td></xtag> </action>
</actions>