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" ><table></tag>
<xtag use="true" inLine="false" ></table></xtag> </action>
<action icon="tag_tr" type="tag" name="wml_tag_tr" text="Table Row (wml)" >
<tag useDialog="false" ><tr></tag>
<xtag use="true" inLine="true" ></tr></xtag> </action>
<action icon="tag_td" type="tag" name="wml_tag_td" text="Table Data (wml)" >
<tag useDialog="false" ><td></tag>
<xtag use="true" inLine="true" ></td></xtag> </action>
</actions>
|