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.
34 lines
1.6 KiB
34 lines
1.6 KiB
<!DOCTYPE actionsconfig>
|
|
<actions>
|
|
<action icon="tag_go" type="tag" tooltip="Open a specified URL" name="wml_tag_go" statustext="" text="Go (wml)" >
|
|
<tag useDialog="true" ><go></tag>
|
|
<xtag use="true" ></go></xtag>
|
|
<text></text>
|
|
<script input="none" >""</script> </action>
|
|
<action icon="tag_noop" type="tag" tooltip="No operation" name="wml_tag_noop" statustext="" text="No operation (wml)" >
|
|
<tag useDialog="false" ><noop /></tag>
|
|
<xtag use="false" ></xtag>
|
|
<text></text>
|
|
<script input="none" >""</script> </action>
|
|
<action icon="back" type="tag" tooltip="" name="wml_tag_prev" statustext="" text="Previous (wml)" >
|
|
<tag useDialog="false" ><prev></tag>
|
|
<xtag use="true" ></prev></xtag>
|
|
<text></text>
|
|
<script input="none" >""""</script> </action>
|
|
<action icon="repaint" type="tag" tooltip="" name="wml_tag_refresh" statustext="" text="Refresh" >
|
|
<tag useDialog="false" ><refresh></tag>
|
|
<xtag use="true" ></refresh></xtag>
|
|
<text></text>
|
|
<script input="none" >""</script> </action>
|
|
<action icon="tag_do" type="tag" tooltip="" name="wml_tag_do" statustext="" text="Do (wml)" >
|
|
<tag useDialog="true" ><do></tag>
|
|
<xtag use="true" ></do></xtag>
|
|
<text></text>
|
|
<script input="none" >""</script> </action>
|
|
<action icon="tag_onevent" type="tag" tooltip="" name="wml_tag_onevent" statustext="" text="Onevent (wml)" >
|
|
<tag useDialog="true" ><onevent></tag>
|
|
<xtag use="true" ></onevent></xtag>
|
|
<text></text>
|
|
<script input="none" >""</script> </action>
|
|
</actions>
|