toggleFromDocBuilderModeBehavior

This parameter specifies how the viewer is to handle unsaved changes that are made in document builder when the edit mode is switched from docbuilder to edit or redact.

You can set this parameter to the following values:
Value Description
keep Retains any unsaved merge or split changes, but does not save them to the source file. If the user closes the document without saving, the changes are lost.
promptsave Prompts the user to save or discard any unsaved merge or split changes.

This is the default setting.

save Saves any unsaved merge or split changes automatically.
undo Removes any unsaved merge or split changes.

Sample syntax

The following example displays a dialog box that prompts the user to save any unsaved annotations:
<PARAM NAME="toggleFromDocBuilderModeBehavior" value="promptsave" />