You are here: User interface > User interface rules > Harness and section forms > Rich Text Editor Properties - Presentation tab

Rich Text Editor control Properties — Presentation tab

Click the gear icon Magnifying glass in the layout containing the rich text editor control (pxRichTextEditor) to display the Properties panel, and then 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.
  • Auto — the control uses the edit mode of the section or harness in which it appears. If the section is set to Read Only, then the control is Read Only. If the section is set to Auto, then the control uses the edit mode of the harness. For example, a New harness is editable, while a Review harness is read only.
  • Read Only (always) — the property value is presented in read-only mode always, even when the enclosing layout is in read-write mode.
  • Read Only (expression) — the property value is presented in read-only mode using a simple expression based on the comparison of a pair of constants, properties, or both, combined by Boolean operators, such as .Color="Red". You can combine the expression with a when condition rule or another expression using the && and || operators.
  • As a best practice, use the Condition Builder to edit this field. Click to open the tool. See Using the Condition Builder to configure dynamic UI actions.

  • Read Only (when rule) — the property value is presented in read-only mode based on a when condition rule or client-side test, even when the enclosing layout is in read-write mode. Enter or select the When Name key part of a when condition rule. Click the icon (magnifying glass) to review or create the rule.
  • Editable — the control is editable, regardless of the edit mode of the enclosing layout.

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:

  • Auto — Resizes according to the dynamic layout's skin settings (minimum and maximum width).
  • Size to Content — Height is determined to accommodate content.
  • Custom — Sets a fixed height (in pixels) for the runtime control.
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
 As a best practice, do not use these fields; instead define custom styles in the skin. See Skin form — Components tab — General — Custom styles.
Cell read-write classes Type the name of the custom style to apply to this cell when the user form or flow action form appears in read-write mode.
Cell read-only classes Type the name of the custom style to apply to this cell when the user form or flow action form appears in read-only mode.
Cell inline style Type the name of the custom style to apply to this cell when the user form or flow action form appears in inline style mode.

Related Topics Link IconRelated Topics