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.
38 lines
2.0 KiB
38 lines
2.0 KiB
6 years ago
|
<!DOCTYPE actionsconfig>
|
||
|
<actions>
|
||
|
<action icon="tag_a" type="tag" name="wml_tag_anchor" text="Anchor...(wml)" >
|
||
|
<tag useDialog="true" ><anchor></tag>
|
||
|
<xtag use="true" ></anchor></xtag>
|
||
|
<tooltip>The <b>anchor</b> element denotes an <i>anchor</i>-- a link to formatted text.
|
||
|
The <b>task</b> within the tag is executed when the link is selected, such as an <i>go</i> task or a <i>refresh</i>.
|
||
|
</tooltip> </action>
|
||
|
<action icon="tag_a_url" type="tag" tooltip="" name="wml_tag_a" statustext="" text="A...(wml)" >
|
||
|
<tooltip>The <b>a</b> element denotes an <i>anchor</i>--a hypertext link or the destination of a link.
|
||
|
The <b>HREF</b> attribute specifies a hypertext link to another <i>wml</i> document.
|
||
|
</tooltip>
|
||
|
<tag useDialog="true" ><a></tag>
|
||
|
<xtag use="true" ></a></xtag>
|
||
|
<text></text>
|
||
|
<script input="none" >""""</script> </action>
|
||
|
<action icon="tag_image" type="tag" name="wml_tag_img" text="Image...(wml)" >
|
||
|
<tag useDialog="true" ><img></tag>
|
||
|
<tooltip>The <b>IMG</b> element specifies an <i>inline</i> image.
|
||
|
The required <b>SRC</b> attribute specifies the location of the image.
|
||
|
</tooltip> </action>
|
||
|
<action icon="date" type="tag" tooltip="" name="wml_tag_timer" statustext="" text="Timer (wml)" >
|
||
|
<tag useDialog="true" ><timer></tag>
|
||
|
<xtag use="true" ></timer></xtag>
|
||
|
<text/>
|
||
|
<script input="none" >""""</script> </action>
|
||
|
<action icon="tag_setvar" type="tag" tooltip="" name="wml_tag_setvar" statustext="" text="Set variable" >
|
||
|
<tag useDialog="true" ><setvar></tag>
|
||
|
<xtag use="false" />
|
||
|
<text/>
|
||
|
<script input="none" >""""</script> </action>
|
||
|
<action icon="tag_postfield" type="tag" tooltip="Name/value pairs passed to HTTP server" name="wml_tag_postfield" statustext="" text="Post Field" >
|
||
|
<tag useDialog="true" ><postfield></tag>
|
||
|
<xtag use="false" ></xtag>
|
||
|
<text></text>
|
||
|
<script input="none" >""""</script> </action>
|
||
|
</actions>
|