What is 'Rich text editor' and how is it configured?

Explain with configuration.

3 Likes

The Rich Text Editor element allows you to compose, edit, and store the formatted text, in addition to images, fonts, and other elements.

It provides you all word processing features to write and compose the rich content. It includes the following:

  • Bold, Italic, and other styles

  • Alignment to align the content

  • Undo, redo features

  • Different font types

  • Content indentation

  • Insert picture feature, and others

This property allows you to map the entity or its attribute to the element if you want to fetch the HTML embedded data from the entity and then display it in the element.

To implement this functionality, you can do the following:
1.Create an enum object that contains the HTML data stored in the code/value pairs.
2. Create an entity that will store the data copied from the enum object.
3.Configure the Copy Data task to copy the data from the enum object to the entity.
4. In the Entity Path box, map the entity’s attribute to the rich text element.

5 Likes