Load text file from S3 URL to rich text editor

Dear supporter
Could you please help to give a sample on how to load file .txt from S3 URL to show on rich text editor
Thank you


2 Replies

VJ Vinitha Jeyakumar Syncfusion Team August 29, 2022 02:13 PM UTC

Hi Jay,


Currently, we are validating your reported query. we will update you the further details on or before 1st September 2022.

Regards,
Vinitha



VJ Vinitha Jeyakumar Syncfusion Team September 6, 2022 09:11 AM UTC

Hi Jay,


You can load the converted text file of HTML strings into the Rich Text Editor using the ExecuteCommand method. please check the code below,

Code snippet:
 buttonClick() {
    this.rteObj.executeCommand('insertHTML''inserted an html');
  }




Regards,
Vinitha

Loader.
Up arrow icon