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.
72 lines
3.0 KiB
72 lines
3.0 KiB
6 years ago
|
<!DOCTYPE actionsconfig>
|
||
|
<actions>
|
||
|
<action shortcut="" icon="tag_font.png" type="tag" tooltip="span text" name="user_VKbFslb73x" text="Span" >
|
||
|
<tag useDialog="true" ><span></tag>
|
||
|
<xtag use="true" ></span></xtag>
|
||
|
</action>
|
||
|
<action shortcut="" icon="div_justify.png" type="tag" tooltip="Div Block" name="user_Qu9EZKcwvK" text="Div" >
|
||
|
<tag useDialog="true" ><div></tag>
|
||
|
<xtag use="true" ></div></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_pre" type="tag" name="tag_pre" text="Pre" >
|
||
|
<tag useDialog="false" ><pre></tag>
|
||
|
<xtag use="true" inLine="false" ></pre></xtag>
|
||
|
<tooltip>The <b>PRE</b> element allows to view <i>preformatted</i> text.
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" >
|
||
|
<tag useDialog="false" ><sub></tag>
|
||
|
<xtag use="true" ></sub></xtag>
|
||
|
<tooltip>The <b>SUB</b> element is used for <i>subscripts</i>.
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" >
|
||
|
<tag useDialog="false" ><sup></tag>
|
||
|
<xtag use="true" ></sup></xtag>
|
||
|
<tooltip>The <b>SUP</b> element is used for <i>superscripts</i>.
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" >
|
||
|
<tag useDialog="false" ><h1></tag>
|
||
|
<xtag use="true" ></h1></xtag>
|
||
|
<tooltip>The <b>H1</b> element defines a <i>level-one heading</i>.
|
||
|
<br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" >
|
||
|
<tag useDialog="false" ><h2></tag>
|
||
|
<xtag use="true" ></h2></xtag>
|
||
|
<tooltip>The <b>H2</b> element defines a <i>level-two heading</i>.
|
||
|
<br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" >
|
||
|
<tag useDialog="false" ><h3></tag>
|
||
|
<xtag use="true" ></h3></xtag>
|
||
|
<tooltip>The <b>H3</b> element defines a <i>level-three heading</i>.
|
||
|
<br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" >
|
||
|
<tag useDialog="false" ><h4></tag>
|
||
|
<xtag use="true" ></h4></xtag>
|
||
|
<tooltip>The <b>H4</b> element defines a <i>level-four heading</i>.
|
||
|
<br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
<action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" >
|
||
|
<tag useDialog="false" ><h5></tag>
|
||
|
<xtag use="true" ></h5></xtag>
|
||
|
<tooltip>The <b>H5</b> element defines a <i>level-five heading</i>.
|
||
|
<br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
|
||
|
<br>- common attributes
|
||
|
</tooltip>
|
||
|
</action>
|
||
|
|
||
|
</actions>
|