blob: e1c4e9ab7a9dacbd45da93e283e4b34503dfc0dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!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>
|