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,
Thanks for providing this as a plugin and we try to use this for the use case to edit comments and highlight values.Observed that after 21.1,we receive a notification on health check as below,
Advanced Rich Text Editor (com.vuram.advancedrichtexteditor.csp) references deprecated Appian APIs[deprecated] com.appiancorp.suiteapi.common.ServiceLocator.getContentService(com.appiancorp.services.ServiceContext)
Could you please help me understand the error or any information will be much helpful
Hi bhavikavWe are using getContentService() method to store the uploaded document to the Appian. Since Connected System Java API doesn't have an API yet to store and retrieve the Appian documents, we are using the deprecated API from Appian Public Java APIs.
Thanks.