You can use text values in rich text format to style and enhance text with options, such as bold, italics, underline, fonts, colors, bullet points, and hyperlinks. This formatting helps you style and enhance important details in your data.
For example, you can highlight key specifications, such as display resolution, processing capabilities, storage capacity, and camera quality for a phone.
You can add HTML tags and attributes directly to text values or use the rich text editor to format text values.
The following text in the source code viewer generates formatted text in the editor:
<p>You can apply rich text formatting to text values to format and highlight important details of your data. </p> <p>The following are examples of the formatting options in the editor: </p> <ul> <li><strong>Bold</strong></li> <li><em>Italic</em></li> <li><span style="text-decoration: underline;">Underline</span></li> <li><span style="color: #e03e2d;">Colors</span> </li> <li><sub>Subscript</sub></li> <li><sup>superscript</sup></li> <li><s>Strikethrough</s></li> <li><a href="https://docs.informatica.com/" target="_blank" rel="noopener noreferrer">Hyperlink</a></li> </ul>
The following image shows the rich text editor with the formatted text:
You can copy content from standard content editors, such as Microsoft Word, and paste it in the rich text editor. The text retains the rich text format. In the source code viewer, you can view the HTML tags and attributes that are applied to the text. However, if the content exceeds 4,000 characters, you might have to remove the additional characters from the source code viewer.
Note:
When you save a record, unsupported tags and attributes are removed for security reasons.
You can view text values in rich text format or as plain text based on the page type.
Text values can appear in the following formats:
•Rich text format. Appears on pages where you create, view, or edit records.
•Plain text without HTML tags and attributes. Appears on pages where you view the record details, such as history, source records, workflows, and relationships. Hover over the text values to view them in rich text format.
•Plain text with HTML tags and attributes. Appears on pages where you edit data in bulk. When you use the Equals condition in find and replace operations, include the tags and attributes in the text.
If you add plain text and rich text to a column header, the plain text value appears as unformatted text and the rich text value appears as formatted text.
Using the rich text editor
You can use the rich text editor to enter and format text values. The toolbar contains formatting options and a source code viewer. Use the source code viewer to add or view the HTML tags and attributes that are applied to the text.
The following image shows the rich text editor with sample formatted text:
To view the editor in full screen, click the Fullscreen option from the toolbar.
The following table lists the categories and options in the rich text editor:
Category
Options
Font
You can apply the following font formatting options:
- Bold
- Italic
- Underline
- Subscript
- Superscript
- Strikethrough
- Text color
- Background color
- Font
- Font size
Paragraph
You can apply the following paragraph formatting options:
- Bullet list
- Numbered list
- Increase or decrease indent
- Left, center, right, or justified alignment
Text editor operations
You can perform the following operations in the text editor:
- Find and replace
- Redo
- Undo
- Clear formatting
Linking
You can apply the following linking options:
- Insert/edit link
- Remove link
Tags and attributes for rich text values
The following table lists the HTML tags and attributes that you can use to style and enhance text values: