summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/wml-1-2/misc.actions
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-02 02:15:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-13 00:44:04 +0100
commit92326f9e69bb4aee30dd0f088523d293fc0804da (patch)
tree726d8eeb445895b59e7a0523d0a5e74a50b27ae7 /quanta/data/toolbars/wml-1-2/misc.actions
parent36793769224b2e54a364bb8bfd9d27c839e92181 (diff)
downloadtdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.tar.gz
tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.zip
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619)
Diffstat (limited to 'quanta/data/toolbars/wml-1-2/misc.actions')
-rw-r--r--quanta/data/toolbars/wml-1-2/misc.actions37
1 files changed, 37 insertions, 0 deletions
diff --git a/quanta/data/toolbars/wml-1-2/misc.actions b/quanta/data/toolbars/wml-1-2/misc.actions
new file mode 100644
index 00000000..8976e5f2
--- /dev/null
+++ b/quanta/data/toolbars/wml-1-2/misc.actions
@@ -0,0 +1,37 @@
+<!DOCTYPE actionsconfig>
+<actions>
+ <action icon="tag_a" type="tag" name="wml_tag_anchor" text="Anchor...(wml)" >
+<tag useDialog="true" >&lt;anchor></tag>
+ <xtag use="true" >&lt;/anchor></xtag>
+ <tooltip>The &lt;b>anchor&lt;/b> element denotes an &lt;i>anchor&lt;/i>-- a link to formatted text.
+ The &lt;b>task&lt;/b> within the tag is executed when the link is selected, such as an &lt;i>go&lt;/i> task or a &lt;i>refresh&lt;/i>.
+ </tooltip> </action>
+ <action icon="tag_a_url" type="tag" tooltip="" name="wml_tag_a" statustext="" text="A...(wml)" >
+<tooltip>The &lt;b>a&lt;/b> element denotes an &lt;i>anchor&lt;/i>--a hypertext link or the destination of a link.
+ The &lt;b>HREF&lt;/b> attribute specifies a hypertext link to another &lt;i>wml&lt;/i> document.
+ </tooltip>
+ <tag useDialog="true" >&lt;a></tag>
+ <xtag use="true" >&lt;/a></xtag>
+ <text></text>
+ <script input="none" >&quot;&quot;&quot;&quot;</script> </action>
+ <action icon="tag_image" type="tag" name="wml_tag_img" text="Image...(wml)" >
+<tag useDialog="true" >&lt;img></tag>
+ <tooltip>The &lt;b>IMG&lt;/b> element specifies an &lt;i>inline&lt;/i> image.
+ The required &lt;b>SRC&lt;/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" >&lt;timer></tag>
+ <xtag use="true" >&lt;/timer></xtag>
+ <text/>
+ <script input="none" >&quot;&quot;&quot;&quot;</script> </action>
+ <action icon="tag_setvar" type="tag" tooltip="" name="wml_tag_setvar" statustext="" text="Set variable" >
+<tag useDialog="true" >&lt;setvar></tag>
+ <xtag use="false" />
+ <text/>
+ <script input="none" >&quot;&quot;&quot;&quot;</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" >&lt;postfield></tag>
+ <xtag use="false" ></xtag>
+ <text></text>
+ <script input="none" >&quot;&quot;&quot;&quot;</script> </action>
+</actions>