editorAboutToBeSavedVeto with automatic saves
Posted: Wed Aug 30, 2023 1:13 pm
Hello,
In Author web, we have set up a control to prevent saving when the document is invalid.
To do this, we've used the editorAboutToBeSavedVeto method.
We'll now take a look at setting up automatic saving with
We note that automatic saves do not trigger the editorAboutToBeSavedVeto method.
We'd still like to prevent saving (even automatically) when the document is invalid.
Is this possible?
Thank you for your help,
Johann
In Author web, we have set up a control to prevent saving when the document is invalid.
To do this, we've used the editorAboutToBeSavedVeto method.
We'll now take a look at setting up automatic saving with
Code: Select all
e.options.autoSaveInterval
We'd still like to prevent saving (even automatically) when the document is invalid.
Is this possible?
Thank you for your help,
Johann