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.
Collapse All | |
Expand All |
To show or hide the Collapse All and Expand All icons:
- 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 -->
- 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" />
- Save the changes to the index.htm file.