Solved
Rich Text Editor Control
I want to add a large content of text and add images using rich text editor.Also, want to format the text and view those text and added images in another section. I want to know how to handle large content of text and how to handle images in rich text editor
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@WatashaH
1. Open the Pega Rich Text Editor where you want to insert the image. This editor is typically used in Pega Platform applications for creating or editing content.
2. Locate the toolbar at the top of the Rich Text Editor. It contains various formatting options.
3. Look for an icon that represents image insertion. It might resemble a picture frame or a landscape image. Click on this icon to initiate the image insertion process.
4. A dialog box or a popup window will appear, allowing you to specify the details of the image you want to insert. The options may include:
5. Once you have configured the image details, click the "Insert" or "OK" button to insert the image into the Rich Text Editor.
@WatashaH
1. Open the Pega Rich Text Editor where you want to insert the image. This editor is typically used in Pega Platform applications for creating or editing content.
2. Locate the toolbar at the top of the Rich Text Editor. It contains various formatting options.
3. Look for an icon that represents image insertion. It might resemble a picture frame or a landscape image. Click on this icon to initiate the image insertion process.
4. A dialog box or a popup window will appear, allowing you to specify the details of the image you want to insert. The options may include:
5. Once you have configured the image details, click the "Insert" or "OK" button to insert the image into the Rich Text Editor.
6. The image should now be inserted at the current cursor position within the editor.
7. To further adjust the image or apply additional formatting, you can select the image and use the formatting options available in the Rich Text Editor toolbar. These options may include resizing, aligning, and applying styles to the image.
8. After you have finished editing the content in the Rich Text Editor, save or publish your changes based on the application's workflow.
======================================================================================
From Pega 8.3 onwards, when you insert an image into RTE, system creates a Base64 code of the image and appends the entire strings within the property. You can confirm this from clipboard (src="data:image/jpeg;base64,…).
You can configure Image uploader from RTE control settings. This functionality is disabled by default and you need to turn on "Image" checkbox in the toolbar options.