RoboHelp 2022 - Close TOC section when another section is selected
I have an extensive content menu system set up for a help system. When I view the help system in a browser and click on a section title, the section expands. When I click on another section title, that section expands, but the first section does not automatically contract. I want to have the open menu close when I select another section title or topic in another section. I have researched this extensively and cannot find an easy way to make this happen. I would like to do this without having to rewrite the JavaScript code or Skin code used to dynamically produce the help system webpages. I can see no option in the layout settings for Close existing panels when a new one opens , Auto-collapse TOC, or Accordion TOC, and changing accordian settings (KEY_SHOW_ACCORDION) in the code files has no effect.
Also changing false to true in the following code has no effect:
<drillDownTOC type="boolean">false</drillDownTOC>
Could it be that I am using a corrupted frameless skin, or is there some easy solution I am missing?
