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 Santhosh,
I have given the same value as you mentioned in the html format but still it is not working.
We installed "Rich Text Editor" and it is working properly it means the dynamic url setting is correct.
here the httpd.conf setting
Now I got it. The input and output for the editor should be in the HTML format. Try providing "<!DOCTYPE html><html><head></head><body><p>Welcome</p></body></html>" in the value field and test it in the preview mode.
Thanks for the response.
Opened new interface rule.
Drag and drop the text editor control.
In the design mode itself, give some text (say "Welcome") in the value field
Change it to preview mode and the value (Welcome) is not displaying the text editor.
Thanks,
Singaravelu
Hi singaravelus0001,
We can't reproduce the issue. Could you provide steps to reproduce the issues?
Hi,
The plugins installed successfully but the value in the parameter "RichTextValue" is not displaying.
Hi Gregor,
Due to security reasons, Appian documents are not shared publically over the internet. For your requirement, you can use the URL of the publically hosted image in the Component's insert image section. We will also be looking forward to Appian providing API to access its document without any security.
Editor works fine. When creating a body for an email with images and send it externally to a client not having access to Appian these documents cannot be rendered in an email client due to the fact that the client has no access to Appian. Currently the easiest way to achieve this would be to fetch the inline residing images in Appian and attach those to the resulting email. Is there anything from your side available?
Hi sivakumard0001,
I understand your scenario. You need to wait until the load bar at the top to complete which executes the 'saveInto' to update the Local or Rule Input variable.
Yes we have tried that. Let me explain the testcase where we are facing issue upon submission :
Scenario 1 : Enter some data and hit submit. Validation works fine.
Scenario 2 : Enter some data, then clear the data and submit the form before form is loaded. Since richtexteditor loads little slowly the validation for richtexteditor and even sectionLayout fails.
Hope the scenario is clear here.