RoboHelp Style Manual
Permalink
I'm looking to replace a traditional RoboHelp HTML online manual that has a multi-level table of contents in the left sidebar, that one can navigate and select a document to display in the main area.
RoboHelp allows you to collapse and expand 'books' much like a tree control like the one used by Windows Explorer.
Is there a block or add-on that might help? I understand that Drupal has a 'Book' module that can be used to create structured documents which may be similar to what I'm after.
RoboHelp allows you to collapse and expand 'books' much like a tree control like the one used by Windows Explorer.
Is there a block or add-on that might help? I understand that Drupal has a 'Book' module that can be used to create structured documents which may be similar to what I'm after.
http://www.concrete5.org/marketplace/addons/accordion-menu/...
http://www.concrete5.org/marketplace/addons/easy-accordion/...
Otherwise you'll need to look for a javascript/jquery implementation of the tree control and build it out yourself as a Concrete5 block.