Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Book Contents

Book Index

Collapse All and Expand All Icons

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.

See Also

Showing or Hiding the Toolbar Icons

Home, Previous, and Next Icons

Edit Page, Email, Feedback, and Print Icons

Top of Page Email this Page Log Support Call Send Feedback Print