Formatting icons for the HTML field editors
The formatting table displays how to control the way text appears.
The following table displays icons that are available in the TinyMCE and the htmlArea editors. Names marked with an asterisk (*) are not available with the htmlArea editor.
| htmlArea icon | TinyMCE icon | Name | Description |
|---|---|---|---|
| Bold | Applies bold formatting to the selected text or current word. Keyboard shortcut: CTRL + B |
||
| Italic | Applies italics formatting to the selected text or current word. Keyboard shortcut: CTRL + I |
||
| Underline | Applies underline formatting to the selected text or current word. Keyboard shortcut: CTRL + U |
||
| Align Right | Applies right alignment to the current paragraph. Code reference:
|
||
| Align Center | Applies center alignment to the current paragraph. Code reference:
|
||
| Align Left | Applies left alignment to the current paragraph. Code reference:
|
||
| Justify | Applies justified alignment, which stretches the lines to equal width, to the current paragraph. Code reference:
|
||
| Format | Applies a paragraph style to the current paragraph, such as Paragraph, Heading 1, and Preformatted. | ||
| Font Family | Applies a font family to the selected text or current word. | ||
| Font Size | Applies a font size to the selected text or current word. | ||
| Insert/Remove Bulleted List | Applies or removes unordered list tags for the selected paragraphs. Click the arrow beside the button to select a different bullet type. | ||
| Insert/Remove Numbered List | Applies or removes ordered list tags for the selected paragraphs. Click the arrow beside the button to select a different number type. | ||
| Decrease Indent | Removes indentation from the current or selected paragraphs (removes 30px of left padding; padding cannot be less than 0). Code reference: |
||
| Increase Indent | Applies indentation to the current or selected paragraphs (adds 30px of left padding). Code reference: |
||
| Select Text Color | Applies font color to the current word or selected text. Click the button to use the current color, or click the arrow next to the button to view more colors. Click More Colors... to view various color options and the hexadecimal codes. | ||
| Select Background Color | Applies background color to the current word or selected text. Click the button to use the current color, or click the arrow next to the button to view more colors. Click More Colors... to view various color options and the hexadecimal codes. |