summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/wml-1-2/text.actions
blob: 14909c9c7a5dfe3435a4abc9b4a74c1d09753268 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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>