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! :)
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.htmlhttps://mentor.unm.edu/js/CKEditor/samples/old/toolbar/toolbar.htmlRegards,Faiz
Hi Kim,
I have attached OML for you. Below is also the screenshot
Regards,
Rajat