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.
13 lines
580 B
13 lines
580 B
<!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> |