OverviewStarting in 24.2, the Styled Text Editor Component is available directly in the product. Consider using this in place of the plug-in moving forward. For more information, review: https://docs.appian.com/suite/help/latest/Styled_Text_Editor_Component.html
Visit https://community.appian.com/w/the-appian-playbook/1378/end-user-rich-text-editor-component for more information. If you have any problems installing or using the component, please see the https://community.appian.com/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide
Key Features & Functionality
Supported Browsers: Chrome, Firefox, Edge, SafariSupported on Mobile
We discovered the following vulnerabilities (outlined below) utilizing OWASP dependency-check. Do you have any plans to mitigate these CVEs?
Hi,
You can try to add style in html directly like this.
substitute( substitute( "<table><tr><td></td>...</tr>...</table>", "<table>", "<table style='border:solid 1px #cccccc;border-collapse: collapse;border-spacing: 0;'>" ), "<td>", "<td style='border:solid 1px #cccccc;'>")
Hi Dinesh,
I also have this kind of requirement, I have asked to AppMarket for adding a default color option in richTextFieldWithTables, hope they will help to do the enhancement soon.
Hi team,
After upgrade to 1.10.1, in richTextFieldWithTables, the default foot size is changed to 16, is there a plan to fix this to 14 like old version?
Hi Appian AppMarket .
Can we explicitly provide Fonts and Font Sizes options instead of selecting the options inside the format tab? like current options like (Bold, Italic, Align, etc..). if are there any plans for supporting/addressing this in the future?
Hi Team, When trying to send an email using richTextFieldWithTables() with excel data, the table border was not there in the email. could you please share the suggestion for the above issue
Hi, per the documentation here we only have functions right now that support either tables or images, we don't have a function that supports both images and tables (all functions support URLs/Links). If you need both tables and images, please let us know and we can add that to our backlog.
We want to display some inline images like copy some images and embed as part of the text using this and not able to do that. Please let let us if we can embed tables, images , urls along with the text using this component.