101
Views
6
Comments
Solved
[CKEditor.Reactive] CK Editor
ckeditor-reactive
Reactive icon
Forge asset by Fábio Fantato
Application Type
Reactive

Hi,

Is there anyone can help me on how to display the data in browser when it was clicked to edit.

Data is being saved in the database but is not being edited in the browser.

Currently I am enable  how to get data. 

thankyou


2024-09-12 02-43-38
Deepsagar Dubey
Solution

Hi @Priya Jhode 

You can use client actions given by CKEditor to do this, might be my version is too old but yes you can do it in same manner.


I hope it'll help you.

Thanks
Deep

2024-09-12 02-43-38
Deepsagar Dubey

Use SetEditorData after you fetch data from your aggregate or data source.

2024-06-30 04-29-36
Priya Jhode

yes that's what i did. its done, thankyou so much for reply

2024-09-12 02-43-38
Deepsagar Dubey
2019-09-30 07-35-56
Aurelio Junior

Hello,

It's a bit hard to figure out what's going on without seeing more of your code. Can you please share the code that fetches the data and also the details of the UI bindings (Text Area input and CK Editor block)?

2024-06-30 04-29-36
Priya Jhode

its done, thankyou so much for reply

2024-09-12 02-43-38
Deepsagar Dubey
Solution

Hi @Priya Jhode 

You can use client actions given by CKEditor to do this, might be my version is too old but yes you can do it in same manner.


I hope it'll help you.

Thanks
Deep

2024-09-12 02-43-38
Deepsagar Dubey

Use SetEditorData after you fetch data from your aggregate or data source.

2024-06-30 04-29-36
Priya Jhode

yes that's what i did. its done, thankyou so much for reply

2024-09-12 02-43-38
Deepsagar Dubey
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.