Rich Text
Qubes 6.7 Used to input or edit rich text with formatting.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
| AllowTabs | Boolean indicating whether or not the user can write in text tabs inside the Rich text. True by default. |
| AllowTabs | Boolean indicating whether or not the user can use images or videos inside the Rich text. True by default. |
Value
The value of a rich text field is its raw HTML content.
Remarks
In addition to formatting, rich text can include images inserted by copy-and-paste (not supported in historical versions of Internet Explorer lower than IE 11).
It is strongly to add content length check in the validation formula.