Hello everyone,
I have a screen with a Form that includes three CKEditors, and each editor is rendered by its own reusable Block. There’s a standard Save button at the bottom.
Quick look: https://personal-lz1w3zkd.outsystemscloud.com/Home/Entities2?_ts=638983874171482780
1) Main question — How do I save the CKEditor contents into the parent screen?
I couldn’t get a working approach to persist the CKEditor values on the screen side to execute the save asction while the editors are inside Blocks.
2) Secondary question — How can I implement the “save-on-blur” on CKEditor?
I’m trying to implement a save on blur so the user doesn’t need to click the Save button every time.
I attempted to create the action JSOnBlur handler, but I didn’t land on a clean, reliable approach to propagate the blur back to the parent and trigger the Save.
Any help would be really appreciated.
OML file attached.
Hello @Jonas Ribeiro
I am attaching an updated oml file where the data captured from all 3 blocks is being saved on parent screen action, please check the oml and let me know if there is any question.
Also viewing the HTML on main listing screen is also implemented.
Thanks,
Anees