summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/wml-1-2/tasks.actions
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" >&lt;go></tag>
  <xtag use="true" >&lt;/go></xtag>
  <text></text>
  <script input="none" >&quot;&quot;</script> </action>
 <action icon="tag_noop" type="tag" tooltip="No operation" name="wml_tag_noop" statustext="" text="No operation (wml)" >
<tag useDialog="false" >&lt;noop /></tag>
  <xtag use="false" ></xtag>
  <text></text>
  <script input="none" >&quot;&quot;</script> </action>
 <action icon="back" type="tag" tooltip="" name="wml_tag_prev" statustext="" text="Previous (wml)" >
<tag useDialog="false" >&lt;prev></tag>
  <xtag use="true" >&lt;/prev></xtag>
  <text></text>
  <script input="none" >&quot;&quot;&quot;&quot;</script> </action>
 <action icon="repaint" type="tag" tooltip="" name="wml_tag_refresh" statustext="" text="Refresh" >
<tag useDialog="false" >&lt;refresh></tag>
  <xtag use="true" >&lt;/refresh></xtag>
  <text></text>
  <script input="none" >&quot;&quot;</script> </action>
 <action icon="tag_do" type="tag" tooltip="" name="wml_tag_do" statustext="" text="Do (wml)" >
<tag useDialog="true" >&lt;do></tag>
  <xtag use="true" >&lt;/do></xtag>
  <text></text>
  <script input="none" >&quot;&quot;</script> </action>
 <action icon="tag_onevent" type="tag" tooltip="" name="wml_tag_onevent" statustext="" text="Onevent (wml)" >
<tag useDialog="true" >&lt;onevent></tag>
  <xtag use="true" >&lt;/onevent></xtag>
  <text></text>
  <script input="none" >&quot;&quot;</script> </action>
</actions>