Rich Text Editor: Configuration

To configure a rich text editor, you can use the qp-rich-text-editor tag, as shown in the following code. The configuration parameters for the control are defined in the IRichTextEditorConfig interface.
<qp-rich-text-editor id="edBody"
  state.bind="EstimateRecordSelected.Body"
  class="stretch">
</qp-rich-text-editor>

You can also use the field or qp-field tag with the control type specified instead of the qp-rich-text-editor tag.