-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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
- 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).
- 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.
- In the same form, add the RichTextEditor as a new Web Resource:
![WebResource configuration](https://raw.githubusercontent.com/wiki/BackToTheCrm/XrmSignature/WebResource configuration.png)
-
- Select the WebResource named bttc_/RichTextEditor.html
-
- Choose a Name, you can set what you want
-
- Same for the Label, type what you want
-
- In the Custom Parameter text area set at least the logical name of the field. For example:
bttc_html
.
- In the Custom Parameter text area set at least the logical name of the field. For example:
-
- Check the Pass record object-type code and unique identifier as parameters checkbox.
-