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.
60 lines
3.0 KiB
60 lines
3.0 KiB
<!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> |