35
Views
2
Comments
Solved
Save Data in CK Editor
Application Type
Reactive

Can you please tell me how to save and get data using CK editor in simplest way ? 

2024-05-30 10-12-48
Anushka singh
Solution

hello @Priya Jhode 

In your screen, create a local variable to hold the content of the CK Editor. For example, create a variable named CK Editor Content of type Text Set the Value property of the CK Editor widget to the CK Editor Content variable. This binds the content of the editor to your local variable.

2024-05-30 10-12-48
Anushka singh
Solution

hello @Priya Jhode 

In your screen, create a local variable to hold the content of the CK Editor. For example, create a variable named CK Editor Content of type Text Set the Value property of the CK Editor widget to the CK Editor Content variable. This binds the content of the editor to your local variable.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.