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" ><b></tag>
<xtag use="true" inLine="true" ></b></xtag>
<tooltip>The <b>B</b> element suggests that text be rendered as <i>bold text</i>.
</tooltip> </action>
<action icon="tag_em" type="tag" tooltip="" name="wml_tag_em" text="Emphasize (wml)" statustext="" >
<tooltip>The <b>B</b> element suggests that text be rendered as <i>emphasized text</i>.
</tooltip>
<tag useDialog="false" ><em></tag>
<xtag use="true" ></em></xtag>
<text/>
<script input="none" >""""""</script> </action>
<action icon="tag_i" type="tag" name="wml_tag_i" text="Italic (wml)" >
<tag useDialog="false" ><i></tag>
<xtag use="true" inLine="true" ></i></xtag>
<tooltip>The <b>I</b> element suggests that text be rendered as <i>italic text</i>.
</tooltip> </action>
<action icon="tag_u" type="tag" name="wml_tag_u" text="Underline (wml)" >
<tag><u></tag>
<xtag use="true" ></u></xtag>
<tooltip>The <b>U</b> element suggests that text be rendered as <i>underlined text</i>.
</tooltip> </action>
<action icon="font_dec" type="tag" tooltip="Specifies a small font" name="wml_tag_small" statustext="" text="Small (wml)" >
<tooltip>The <b>small</b> element suggests that text be rendered as a <i>small font</i>.
</tooltip>
<tag useDialog="false" ><small></tag>
<xtag use="true" ></small></xtag>
<text/>
<script input="none" >""""""""</script> </action>
<action icon="font_inc" type="tag" tooltip="Specifies a big font" name="wml_tag_big" statustext="" text="Big (wml)" >
<tooltip>The <b>big</b> element suggests that text be rendered as a <i>big font</i>.
</tooltip>
<tag useDialog="false" ><big></tag>
<xtag use="true" ></big></xtag>
<text/>
<script input="none" >""""""""</script> </action>
<action icon="tag_br" type="tag" tooltip="" name="wml_tag_br" text="New Line (wml)" statustext="" >
<tooltip>The <b>br</b> element forces a <i>break</i> in the current line of text.
</tooltip>
<tag useDialog="false" ><br /></tag>
<xtag use="false" />
<text/>
<script input="none" >""</script> </action>
<action icon="tag_p" type="tag" name="wml_tag_p" text="Paragraph (wml)" >
<tag useDialog="true" ><p></tag>
<xtag use="true" ></p></xtag>
<tooltip>The <b>P</b> element defines a <i>paragraph</i>.
<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 <b>PRE</b> element allows to view <i>preformatted</i> text.
</tooltip>
<tag useDialog="false" ><pre xml:space="preserve"></tag>
<xtag use="true" ></pre></xtag>
<text/>
<script input="none" >""</script> </action>
</actions>
|