I'm developing a mdoule that every time when the content of cute editor has been changed, before the user navigates away from the page without clicking on save button, they system will popup a warning message by js.
I use the function "CuteEditor_OnChange(editor)". It seems to work ok. But it's every slow although I run everything on my local development environment.
Is that any other more efficient way to achieve this? Thx