Question

TD
CA
Last activity: 18 Sep 2020 4:30 EDT
how to use RTE to show HTML content pulled from db column. once user make changes, get updated HTML and store it back to the DB.
Hi Team,
I have HTML content stored in db column. This HTML contains few paragraphs. my requirements is to pull the HTML from db and show it to the user on UI. User should be able to edit the paragraphs or can add new ones. Once user submit i will need to store the HTML of updated text back to the db.
I only know to fetch the data and save it back to db. but how will i show user that content and allow them to edit it and most importantly get the updated HTML ?
I am reading about Rich Text Editor but never used it.
Please let me know your thought team.