Rich Text Editor Component

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

Starting 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

  • Displays a field that allows for users to type text and format it with a variety of style options.
  • Output is saved as HTML. To get the raw character output, designers can use the Appian function fn!stripHtml() on the output.
  • HTML output can be passed into Send E-Mail node or document generation smart services. Note that not all formats supported by the Rich Text Editor component may be supported by e-mail or document generation.
  • Allows uploading of images which get stored in the specified Appian folder (requires separate install of the Rich Text Editor Connected System Plugin from https://community.appian.com/b/appmarket/posts/rich-text-editor-image-upload-connected-system).

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

  • Component: fn!richTextField()
  • Allows for size validation
  • Allows for adjustable height
  • Allows for read-only / editable view
  • Supported font formats: "header", "size", "bold", "italic", "underline", "strike", "color", "background", "link", "align", "indent", "list"
  • Designer control over the allowed formats

Supported Browsers: Chrome, Firefox, Edge, Safari
Supported on Mobile

Anonymous
  • hi Philip,

    This plugin requires dynamic content domain. I tried but failed.

    Could you share us the detail configuration for dynamic content domain?

    Thanks in advance.

  • Thank you for creating this component.  But I have run into a problem with this component in one of my applications that you might be able to help me resolve.  When opening a form that has several of these components some times I can't type into one or more of the fields.  It is like it does not have focus.  To solve this issue I have asked the users to click in another field and then come back to the rich text field and you can type.  Any thoughts or ideas?

  • Hello,

    Many thanks for this plugin, it works great!

    We have found some issues with IE11 though, related to the use of flexbox when the component is used in readonly mode. We believe this issue is due to the readonly mode using display:flex on its #parent-container. If we manually remove that style using our browser tools in IE11, the readonly view displays correctly in IE11.

    Apparently there are many known issues with flexbox and IE11:

    • IE 11 requires a unit to be added to the third argument, the flex-basis property see MSFT documentation
    • In IE10 and IE11, containers with display: flex and flex-direction: column will not properly calculate their flexed childrens' sizes if the container has min-height but no explicit height property. See bug.
    • IE 11 does not vertically align items correctly when min-height is used see bug

    Would it be possible for you to have a look at this issue to make sure that this component works correctly for IE11 when in readonly mode?

    Many thanks,

    Philip.

  • 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!

  • Just place the .zip file you downloaded. The package is extracted and the component is available to use.

  • The file available to download is a zip file, why not a jar file? where do i get the jar for installing on on-permise. 

  • The file available to download is a zip file, why not a jar file? 

  • Hello I am attempting to install this plugin in an On-Premises 19.3 installation. I am receiving the following error:

    'No plugin factories found for plugin file Unit: C:\appian\_admin\plugins\ComponentPlugin_Rich_Text_v1.0.15_signed.jar (1568818065954). Does it contain an appian-plugin.xml file?'

    Please advise.

  • hi all, when testing this plugin, it says "This component requires the dynamic content domain to be properly configured. Contact your system administrator." could please share the configuration, thanks.

  • Currently, we require the value to be saved upon keypress. Anyway that we can allow that?