Show & hide the contents pane - On Premises: 6.4

Publishing

The default behavior for the contents pane can be set so it is either displayed or collapsed when the published output is opened. In addition, the default width of the contents pane can also be adjusted.

To show or hide the contents pane:

  1. Open the index.htm in Notepad and locate the configuration section.
  2. Locate the code for Start with Collapsed West panel.
    • To display the content pane change the value to "false".
    • To collapse the content pane change the value to "true".

      <!-- Start with Collapsed West panel -->

      <input id="collapsedWestPanel" type="hidden" value="false" />

  3. Save the changes to the index.htm file.