I have a situation where the first instance of Tinymce 5 is in small window, I would like to open the same instance in a Fullscreen dialog or a popup in the way that when I edit the content and close it, the content be synchronize.
I use java fx webview.
It means that:
redo and undo function should be aware of changes.Any genus one any idea how to open the same instance of Tinymce multiple times?
What I have done and what I know:
getContent and setContent to synchronize them but redo and undo of first instance is not aware of changes.