Documentation Center

ignoreUnsavedChanges

This topic describes the ignoreUnsavedChanges element

Description

If ignoreUnsavedChanges is set to true, Content Editor will exit without a warning even if the user has unsaved changes.

<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
  <x:miscellaneous>
    <x:ignoreUnsavedChanges>true</x:ignoreUnsavedChanges>
  </x:miscellaneous>
</x:config>

Namespace

Values

true Will ignore unsaved changes.

false The default value. Content Editor will show a dialog when it is closed while there are unsaved changes.

http://www.xopus.com/xmlns/config

Parent Element

miscellaneous