
Open the Column Properties page for the text column with the rich text editor control, and then next to RichTextEditorControl_URL select Edit. More information: Create or edit model-driven app web resources to extend an app In Power Apps, create a Script(JScript) type web resource using the JSON file created in step 1. More information: Sample rich text editor configurations and Rich text editor properties Create a JSON file that includes the defaultSupportedProps structure and configuration with the changes you want. To configure the rich text editor control, follow these steps: The rich text editor control comes with a rich set of configuration options that make it possible to customize its appearance, features, and behavior. Rich text editor control configuration options If you want to change the rich text editor control configuration, see Rich text editor control configuration options. Then select OK to use the default rich text editor control configuration. Select Web, Phone, and Tablet if you want all client apps to have the ability to use rich text in the column. Select Rich Text Editor Control, and then select Add. On the Column Properties page, select the Controls tab, and then select Add control. On the Home tab, select Change Properties. On the legacy form designer canvas, add or create a text column or select an existing text column, such as the account table Description column. In the form designer on the command bar, select Switch to classic. Select the form, and then select Edit form. Go to Solutions, open the solution that you want, open the table that you want, and then select the Forms tab. The rich text editor control can be used with single or multi-line text columns. You can create a new text column and configure the control, or replace an existing text column.
Bold, italic, underline, and strikethroughįor a full list of default options, see Use the rich text editor toolbar.Īdd or replace a text column for rich text editing.Some of the format options available are:
The control allows copied rich text, such as from a web browser or Word, to be pasted into the control. The control's input and output format is HTML. The rich text editor control provides the app user a WYSIWYG editing area for formatting text. Add the rich text editor control to a model-driven app