38
Views
2
Comments
CKEditor 5 Classic setting up
Question

I have a PopUp, to create "Notes" i took from a meeting, with a 'header' and an CKEditor-block, it works. But my problem is the saving. 
How do I save the text and/or pictures from the editor as an attribute in my "Notes" entity. I dont understand the documentation.

And also where do i select/deselect what tools I want available to the user?


Thanks! :)

2022-01-05 09-37-24
Faiz Khan

Hi @Kim Agersand,
To save the Data from the CK_Editor 5 You must have a initial data variable set and have a action OnReday of CK_editor as CKEditor5ClassicIsReady to save its data in a variable and assign the variable to the Get Content action (Second Image) and then save it.


And use them to make the Toolbar config's (In Image there is Toolbar -> items this is were u place the config).
https://ckeditor.com/docs/ckeditor5/latest/getting-started/setup/toolbar.html
https://mentor.unm.edu/js/CKEditor/samples/old/toolbar/toolbar.html

Regards,
Faiz

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi Kim,

I have attached OML for you. Below is also the screenshot


Regards,

Rajat

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