Rich Text Editor Component

Overview

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).

Visit End-User Rich Text Editor Component for more information.

If you have any problems installing or using the component, please see the 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
Parents
  • Hello, I am seeing an issue using this component when another Appian element to clears out the value of the text field. Steps to reproduce: 

    1. Type some text into the richTextField( richTextValue: local!val, richTextSaveInto: local!val )
    2. Click around on other elements on the page
    3. While the page is still refreshing, click a button which sets the local!val to null
    4. If you're quick enough the local!val will correctly be nulled out, but the richTextField will still keep the text as it was entered

    This is leading to confusion from our end users with our use case. Is there a workaround for this issue? 

  • I'm not able to reproduce this on the latest version of the rich text editor (1.4.0). Do you have a screen record you could share, preferably from the /design interface?

  • Note that when clicking the "Post Comment" link it 

    1. starts a process model with a!startProcess
    2. nulls the value we are passing into richTextValue
Comment Children
No Data