Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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
Hi!
I'm trying to use this plugin in my interface but it doesn't show nothing:{ a!sectionLayout( label: "Section", contents: { richTextField( label: "Rich Text", richTextValue: ri!rich, richTextSaveInto: ri!rich, enableProgressBar: true ) } )}
What is wrong with my code??
The Appian version is 19.3.
Thanks!
Hey Alberto, if you open up your browser's developer tools interface (ctrl+shift+I if using Chrome), and check the console tab, do you see any errors?
Please try the steps listed in the troubleshooting playbook page: https://community.appian.com/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide
It looks like your dynamic content URL might not be configured correctly. The above doc can you fix that.
Hi there
Did you ever manage to resolve this issue?