OptionalcannotCustomize or hide the "cannot save changes" prompt (shown when the content editor cannot save).
OptionaldownloadCustomize or hide the download document confirmation (shown when downloading during content editing).
OptionalexitCustomize or hide the exit content editor confirmation (shown when leaving content editor with unsaved changes).
OptionalfontCustomize or hide the font mismatch warning (shown when a font used in the document is not available).
OptionalsubsetCustomize or hide the subset font warning (shown when a font is only partially embedded).
Content editor slot configuration - confirmations and warnings during content editing sessions.
These slots control the dialog and warning UI that appears during content editing. Use
instance.saveContentEditingSession()andinstance.discardContentEditingSession()to programmatically control content editing from custom UI.Example
Auto-save on exit instead of showing a confirmation:
See
UI.Configuration