Skip to content
Clément MARTY edited this page Mar 29, 2016 · 3 revisions

#Welcome to the XrmRichTextEditor wiki! This wiki will show you how to install and configure XrmRichTextEditor.

#Installation Currently XrmRichTextEditor is only available for CRM 2015, 2016 and Online, a future release will come for CRM 2011 and 2013.

Install the latest version for your CRM version from the Releases page.

#Configuration

  1. First, from the Customization Area add a Multiple Lines of Text field (You can add Single Line of Text field but it's limited to 4000 characters versus 1,048,576 characters for Multiple Lines of Text).
  2. Add the field on a form, in the properties dialog of this field uncheck Visible by default checkbox. The field must not be read-only in order to edit the data.
  3. In the same form, add the RichTextEditor as a new Web Resource: ![WebResource configuration](https://raw.githubusercontent.com/wiki/BackToTheCrm/XrmSignature/WebResource configuration.png)
      1. Select the WebResource named bttc_/RichTextEditor.html
      1. Choose a Name, you can set what you want
      1. Same for the Label, type what you want
      1. In the Custom Parameter text area set at least the logical name of the field. For example: bttc_html.
      1. Check the Pass record object-type code and unique identifier as parameters checkbox.
Clone this wiki locally