window.Asc.plugin.executeMethod ("SetDisplayModeInReview", [args], callback)
Defines the method that allows setting the display mode for track changes.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("SetDisplayModeInReview", [sMode]);
Parameter |
Description |
Type |
Example |
sMode |
The display mode: "edit" - all changes are displayed, "simple" - all changes are displayed but the balloons are turned off, "final" - all accepted changes are displayed, "original" - all rejected changes are displayed. |
string |
"edit" |
The method returns the undefined value.
window.Asc.plugin.executeMethod ("SetDisplayModeInReview", ["edit"]);