Show or hide the Collapse All & Expand All icons - On Premises: 6.4

Publishing

The Collapse All and expand all icons are used to show or hide all of the sub-entries in the contents pane.

Note: Enabling these options may slow performance with a large table of contents.

Expand Collapse

1

Collapse All

2

Expand All

To show or hide the Collapse All and Expand All icons:

  1. Open the index.htm in Notepad and locate the configuration section.

    <!-- The configuration section to show/hide icons and use values from Author-it variables -->

  2. Locate the code for the Expand All and Collapse All icons.
    • To show the icons change the value to "true".
    • To hide the icons change the value to "false".

      <!-- Tree expand all icon, Note: may have slow performance with large table of contents -->

      <input id="treeExpandAll" type="hidden" value="true" />

      <!-- Tree collaps all icon, Note: may have slow performance with large table of contents -->

      <input id="treeCollapsAll" type="hidden" value="true" />

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