Configuring Previous/Next navigation buttons
Review Space allows to traverse through all components that need to be reviewed using simple Previous/Next navigation. Order of the components in this navigation type is the same as in the outline table of content. However, filtering the Outline does not affect the order of Previous/Next navigation. This navigation starts with the first active component.
Review Space supports the following settings:
statusestobereviewed- enables Previous/Next buttons for Ready to review componentsstatusestofocus- enables label in the Outline that makes Ready to review components more visible.
Example:
<reviewspacesettings>
<statusestofocus>
<status ishvaluetype="element">VSTATUSTOBEREVIEWED</status>
</statusestofocus>
<statusestobereviewed>
<status ishvaluetype="element">VSTATUSTOBEREVIEWED</status>
</statusestobereviewed>
</reviewspacesettings>