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 Team,
Can you also, please help me to understand the below identifies after doc in the URL. Can we get the document using any function by using the below highlighted identifier.
<!DOCTYPE html> <html> <head> </head> <body> <p>Hi Team,</p> <p>Please find below document.</p> <p></p> <p><img src="orgdev.appiancloud.com/.../ioBELfQEIODh0iuh6Wa2z4TTA73CdVfr1tQuL5IsP9sptJEeDaUj7IKgdw" /></p> <p></p> </body> </html>
Thanks!!
Hi Venkatesh Suram,
we can try using the uploadedImagesDocIdsSaveInto parameter for this, which stores the document id of the uploaded images through this component in an array. Please refer to the attached image for reference.
Thanks,
Vignesh.
Thanks for the reply. What is the "ioBELfQEIODh0iuh6Wa2z4TTA73CdVfr1tQuL5IsP9sptJEeDaUj7IKgdw" identifier and how we are generating?. In my use case once user add comment i will upload documents into ECM through API Call and delete document from Appian. So while thinking about the process, thought understand and how we are generating the above highlighted identifiers.