summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/wml-1-2/table.actions
blob: 4b548ed4b722b75d176b5ff46b7f19874eba32e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>