- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Application Lifecycle Management (ALM)
- UiPath® First-Party Apps
- Basic Troubleshooting Guide
Rich Text Editor
Use the Rich Text Editor control to allow users to compose rich text from your app. This text can then be used as email content, marketing content, and more.
- Hint text - The help text to be displayed at runtime.
- Default text - The default content to be displayed at runtime.
- Label - The display text of the control.
- Required - If true, app users must provide data in the control. To mark the control as mandatory at runtime, an asterisk
*
is added after the label text. - Custom error message - The text to be displayed if the Required property is set to true and the control is left empty.
- Hidden- If true, hides the control at runtime.
- Read only - If true, you cannot add text at runtime, but the existing content is displayed and cannot be edited.
-
Control Alignment - By default, inherits the parent alignment. A different alignment other than the parent can be set. To default back to the parent alignment, deselect the overridden options.
Note: The alignment is dependent on the layout selected for the parent (Vertical vs Horizontal). - Label Placement - By default, the label is set to be displayed on top of the control, at the left side. You can place it to the left of the control, on the same line. The Label Width property configures how wide the label should be, and the Space between property sets the distance between the label and the control.
-
Font - The font attributes for the label text, such as font family, size, color, or style (Bold, Italic and Underline). By default, the control inherits the font family of the immediate parent container which is indicated by the keyword "Inherited".
- Margin - The margin of the control. By default, a margin of 4px is set. Top/Bottom and Left/Right margin properties are combined. These properties can be detached using the Link button at the right side of the Margin section.
- Size - The width and height of the control. By default, the size is set to
auto
. To set minimum or maximum values, click the three dot icon (...). If the size of the control is smaller than the options, a scroll bar is displayed.
Use this control to compose rich text straight from the app in runtime.
The interface provides useful capabilities, such as:
-
Font styling - Personalize the font. You can choose from the following options:
- Bold
- Italic
- Underline
- Bullet list - Create a bullet list.
- Numbered list - Create a numbered list.
- Table - Create a table. You can change the style of the table (size, alignment, background color, border) by selecting Table properties from the dropdown menu.
- Font family
- Font size
- Text color
- Text background color
-
Alignment - Align the content from the Rich Text Editor control.
- Align left - Align the text with a left edge.
- Align right - Align the text with a right edge.
- Align center - Align the text between two edges.
- Justify - Increase the space between words to fill the entire line so that it is aligned with both the left and right edges.
- Decrease and Increase indent - Increase or decrease the space between the left and right margin of a paragraph.
- Line height - Change the space between two rows.
- Superscript and Subscript - Format the text so that it is either slightly above (superscript) or below (subscript) the normal line of type.
- Clear formatting - Remove all the formatting on a block of selected text, a paragraph, or the whole text.
- Insert/edit image - Insert an image from a Storage bucket.
- Blockquote - Indicate the quotation of a large selection of text from another source.
- Horizontal line - Insert a horizontal line.
- Insert/edit link - Insert or edit a public URL. You can also configure it to open in the same window or in a new window.
- Undo and Redo - Undo any changes or redo them if needed.
CTRL+C
and CTRL+V
keyboard shortcuts do not work on Windows machines for embed or image pop-ups displayed in the Rich Text Editor control.
CTRL+SHIFT+C
and CTRL+SHIFT+V
instead.
You can use the following keyboard shortcuts to reach the control's toolbar:
Task |
PC (non-macOS) |
macOS |
---|---|---|
Focus or jump to menu bar |
ALT+F9 |
Option+F9 |
Focus or jump to toolbar |
ALT+F10 |
Option+F10 |