summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/wml-1-2/text.actions
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/wml-1-2/text.actions')
-rw-r--r--quanta/data/toolbars/wml-1-2/text.actions60
1 files changed, 60 insertions, 0 deletions
diff --git a/quanta/data/toolbars/wml-1-2/text.actions b/quanta/data/toolbars/wml-1-2/text.actions
new file mode 100644
index 00000000..14909c9c
--- /dev/null
+++ b/quanta/data/toolbars/wml-1-2/text.actions
@@ -0,0 +1,60 @@
+<!DOCTYPE actionsconfig>
+<actions>
+ <action icon="tag_bold" type="tag" name="wml_tag_b" text="Bold (wml)" >
+<tag useDialog="false" >&lt;b></tag>
+ <xtag use="true" inLine="true" >&lt;/b></xtag>
+ <tooltip>The &lt;b>B&lt;/b> element suggests that text be rendered as &lt;i>bold text&lt;/i>.
+ </tooltip> </action>
+ <action icon="tag_em" type="tag" tooltip="" name="wml_tag_em" text="Emphasize (wml)" statustext="" >
+<tooltip>The &lt;b>B&lt;/b> element suggests that text be rendered as &lt;i>emphasized text&lt;/i>.
+ </tooltip>
+ <tag useDialog="false" >&lt;em></tag>
+ <xtag use="true" >&lt;/em></xtag>
+ <text/>
+ <script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
+ <action icon="tag_i" type="tag" name="wml_tag_i" text="Italic (wml)" >
+<tag useDialog="false" >&lt;i></tag>
+ <xtag use="true" inLine="true" >&lt;/i></xtag>
+ <tooltip>The &lt;b>I&lt;/b> element suggests that text be rendered as &lt;i>italic text&lt;/i>.
+ </tooltip> </action>
+ <action icon="tag_u" type="tag" name="wml_tag_u" text="Underline (wml)" >
+<tag>&lt;u></tag>
+ <xtag use="true" >&lt;/u></xtag>
+ <tooltip>The &lt;b>U&lt;/b> element suggests that text be rendered as &lt;i>underlined text&lt;/i>.
+ </tooltip> </action>
+ <action icon="font_dec" type="tag" tooltip="Specifies a small font" name="wml_tag_small" statustext="" text="Small (wml)" >
+<tooltip>The &lt;b>small&lt;/b> element suggests that text be rendered as a &lt;i>small font&lt;/i>.
+ </tooltip>
+ <tag useDialog="false" >&lt;small></tag>
+ <xtag use="true" >&lt;/small></xtag>
+ <text/>
+ <script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
+ <action icon="font_inc" type="tag" tooltip="Specifies a big font" name="wml_tag_big" statustext="" text="Big (wml)" >
+<tooltip>The &lt;b>big&lt;/b> element suggests that text be rendered as a &lt;i>big font&lt;/i>.
+ </tooltip>
+ <tag useDialog="false" >&lt;big></tag>
+ <xtag use="true" >&lt;/big></xtag>
+ <text/>
+ <script input="none" >&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</script> </action>
+ <action icon="tag_br" type="tag" tooltip="" name="wml_tag_br" text="New Line (wml)" statustext="" >
+<tooltip>The &lt;b>br&lt;/b> element forces a &lt;i>break&lt;/i> in the current line of text.
+ </tooltip>
+ <tag useDialog="false" >&lt;br /></tag>
+ <xtag use="false" />
+ <text/>
+ <script input="none" >&quot;&quot;</script> </action>
+ <action icon="tag_p" type="tag" name="wml_tag_p" text="Paragraph (wml)" >
+<tag useDialog="true" >&lt;p></tag>
+ <xtag use="true" >&lt;/p></xtag>
+ <tooltip>The &lt;b>P&lt;/b> element defines a &lt;i>paragraph&lt;/i>.
+ &lt;br>- ALIGN=[ left | center | right ] (horizontal alignment)
+ </tooltip> </action>
+ <action icon="tag_pre" type="tag" tooltip="" name="wml_tag_pre" text="Pre (wml)" statustext="" >
+<tooltip>The &lt;b>PRE&lt;/b> element allows to view &lt;i>preformatted&lt;/i> text.
+ </tooltip>
+ <tag useDialog="false" >&lt;pre xml:space=&quot;preserve&quot;></tag>
+ <xtag use="true" >&lt;/pre></xtag>
+ <text/>
+ <script input="none" >&quot;&quot;</script> </action>
+
+</actions> \ No newline at end of file