-
Set value
setEditionValue ("closeWindowAfter", parameter1);
// sets the window status. Window is closed after item is selected.
// parameter1: BOOLEAN (required)
setEditionValue ("pageMoverVisible", parameter1);
// shows / hides page flipping buttons on left and right side of the spread
// parameter1: BOOLEAN (required)
setEditionValue ("movePagesLeftTop", parameter1);
// moves page on left top position after flipping
// parameter1: BOOLEAN (required)
setEditionValue ("onFlipZoom", parameter1);
// enable/disable the zoom "fit to screen" while flipping. The default value is on TRUE.
// parameter1: BOOLEAN (required)
setEditionValue ("taskBarVisible", parameter1);
// shows or hides taskbar
// parameter1: BOOLEAN (required)
setEditionValue ("forceTaskbarPosition", parameter1);
// set taskbar to the top or bottom position
// parameter1: STRING - position "top" or "bottom" (required)
// example:
setEditionValue("forceTaskbarPosition", "top") - top position of the taskbar
setEditionValue("forceTaskbarPosition", "bottom") - bottom position of the taskbar