From 33a2252d36de84c561adebd163996b1cc8258b4c Mon Sep 17 00:00:00 2001
From: Cristian Talau
Date: Fri, 26 May 2017 07:21:05 +0100
Subject: [PATCH] WA-1332: Documented the two new loading options.
---
DITA/topics/customizing_js.dita | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/DITA/topics/customizing_js.dita b/DITA/topics/customizing_js.dita
index 9fd92bfd97..964225f9e8 100644
--- a/DITA/topics/customizing_js.dita
+++ b/DITA/topics/customizing_js.dita
@@ -22,6 +22,18 @@
when editing a DITA file. Provides the DITA
map context of the edited DITA file.
author - The author name.
+ trackChanges - Flag that controls whether the editor should track
+ changes or not. Possible values:
+ - default - The status of change tracking is determined by server's global
+ options.
+ - enabled - Change tracking is enabled but the user can disable it using a toolbar
+ action.
+ - forced - Change tracking is enabled and the user cannot disable it, not can she
+ accept or reject any changes.
+
If you use other option than 'default', the server change tracking status (as
+ configured in the Administration Page) should not be "Stored in the document".
+ autoSaveInterval - the interval of time (in seconds) to wait until an
+ auto-save is performed. If <= 0 or falsy, auto-save is disabled.
Example:
Suppose that the is deployed at the following