annotationAutoPrompt

This parameter determines whether users are prompted to save annotations and whether unsaved annotations are automatically saved.

If this parameter is set to false, users are not prompted to save annotations. Unsaved changes to annotations are not saved. Instead, annotations are saved only when users specifically click Save annotation changes or when the equivalent JavaScript method is called.

If the annotationAutoSave parameter is specified, the annotationAutoPrompt parameter overrides that parameter.

This parameter applies when the applet is closed by a web page change or when a document is closed by a document open or close action.

This parameter takes effect regardless of whether you are using the annotationSaveServlet parameter or annotationSavePost parameter.

The default value is true.

Sample syntax


<param name="annotationAutoPrompt" value="false" />