IMPORTANT: Select component plug-ins are experiencing issues due to a recent browser update. If you encounter any problems with previously functional component plug-ins, please create a support case. If you notice other component plug-ins that are not functioning correctly, please create additional support cases for each instance.
Overview
The Rich Text Editor Component can be used on Appian interfaces where you want to show the rich text information in readable format to the end user. We can use the component to show it as an email subject typing interface.
With this component you can add images, customize tables etc. This also has a functionality called placeholders using which you can use the same information in multiple items in the editor without retyping.Additionally it allows uploading of images which get stored in the specified Appian folder (requires separate install of the Rich Text Editor Connected System Plug-in).
Note:
Key Features & Functionality
Parameters:
Hi ananthakrishnans ,
After the upgrade plugin has stopped image copy-paste ( as base64 encoded html content ). Is it correct ?Or still image copy paste is possible with some other settings ?Please confirm.
Hi PriyeshPSingh ,
The base64 encoding has stopped now in the latest version. Image copy-paste is still possible after the 'imageStorageConnectedSystem' configuration and by setting the 'allowImageUpload' parameter to true.
Regards,Ananthakrishnan S
Hi PriyeshPSingh,1. We have created a custom function - getbase64fromhtmlimagesource() in Connected System to convert HTML images to base64 encoded images.2. Currently imageStorageConnectedSystem does not support this functionality, We will include it in our backlog.Regards,Ananthakrishnan S
thanks ananthakrishnans for the quick response.
I was under impression that base64encoded images will also continue with an additional boolean parameter.
In our case we are using S3 for document storage, could you please suggest how can we use S3 for images uploaded using imageStorageConnectedSystem.