Rich Text
- Last UpdatedJun 25, 2024
- 5 minute read
Use Rich Text control to enter and view rich text data in your form. You can style the text, align the paragraphs, increase or decrease indentation, insert hyperlinks, images, and tables. To access the inserted hyperlink, press the Control key, and then click on the hyperlink text.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow.
Note: - If you use / to denote a parent which is not a container and the parent is at the same level as
that of the child, then the XML node for the control is not generated. |
|
Description |
Description for the control. |
Appearance
|
Property |
Description |
|---|---|
|
Show Toolbar |
Show or hide the toolbar.
|
|
Visible |
Show or hide the control.
|
|
Read - Only |
Allow or deny a user to enter a value for the control.
Note: If the value is Yes, then the toolbar will not be visible, irrespective of the value of the Show Toolbar property. |
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Width |
Width in pixels for the control. The default value is 100%. The recommended value is 200px. Note: If the value is 0, then the width of the control is set as per the default values. |
|
Height |
Height in pixels for the control. The default value is 250 px. Note: |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
Validation
|
Property |
Description |
|---|---|
|
Mandatory |
Enforce or bypass entering a value for the control.
|
Advanced
|
Property |
Description |
|---|---|
|
Id |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Include in Summary |
Allow or deny a user to view the value in the Summary of a Base Form.
Note: -When the control is used in a Base Form, the formatting applied to the text is not reflected in the summary. The text appears as plain text. |
|
Toolbar Options |
Select the type of toolbar based on the toolbar styles and commands displayed.
Note: In an iOS device, to use the Advanced toolbar in the Rich Text control outside any of the Container controls, make sure the height and width is set to values higher than the default values. |
Note:
- Entering or editing values in the Rich Text control is not supported in the Mozilla Firefox browser.
- When you select a color from the color picker, make sure the form window is large
enough to display the color picker completely to be able to select the text color
and background color. If the window is small and the color picker is not displayed
completely, you might not be able to select a color.
- Toolbar is not supported in devices.
- Rich Text control has the following limitations in iOS devices:
- You cannot open Hyperlinks present in the Rich Text control.
- The height of the Rich Text control automatically resizes to fit contents. You can neither customize the height
nor can you set the height to the default value.
- When you set the width of the Rich Text control to the default value, the right hand side border is not displayed. Also,
when you switch from landscape mode to portrait mode or vice versa, the text you type
goes beyond the border of the control.
- Images take time to load.
Scripts
For information about using scripts, see scripting guidelines for Rich Text control.