Rich Text Editor control Properties — Presentation tab
Click the View properties icon in the layout containing the rich text editor control ( pxRichTextEditor ) to display the Properties panel and select the Presentation tab.
Field | Description |
---|---|
Edit Options |
Select an edit mode for this control. The edit mode of the control takes precedence over section and harness settings.
Select the Show toolbar in Read Only mode check box to show the Rich Text Editor toolbar when Rich Text Editor is in read-only mode. |
Specify width |
Specify how the control's width should be determined:
Auto — Resizes according to the dynamic layout's skin settings (minimum and maximum width). Custom — Sets a fixed (pixels) or proportional (percentage) width for the runtime control. |
Specify height |
Specify how the control's height should be determined:
|
Control format | Read-only option. Specifies the style format applied to the control. You can define multiple formats in the skin rule. Press the down arrow to select another format, if applicable. |
Label format | Read-only option. Specifies the format of the control's label. |
> Advanced Presentation Options
- Cell read-write classes – Click the Open helper class picker icon to specify one or more CSS helper classes to apply to this cell when the form is displayed in read-write mode. You can enter several helper classes, separated by a space. Alternatively, you can enter the name of a custom style to apply to this cell.
- Cell read-only classes – Click the Open helper class picker icon to specify one or more CSS helper classes to apply to this cell when the form is displayed in read-only mode. You can enter several helper classes, separated by a space. Alternatively, you can enter the name of a custom style to apply to this cell.
- Inline style (not for production use) – You can use this field to define an inline style by entering CSS code. However, entering an inline style results in a guardrail warning. For maintainability and reuse, the recommended approach is to use read-write or read-only classes.