soo_multidoc_toc
Usage
Generates a structured table of contents. Requires individual article context.
<txp:soo_multidoc_toc />
Attributes
class="HTML class"
HTML class attribute value for the list tagactive_class="HTML class"
HTML class attribute value for thespan
tag for the current pagehtml_id="HTML ID"
HTML ID attribute value for the list tagwraptag="tag name"
Tag name (no brackets) for type of list. Must be “ul” or “ol”; the default is “ul”root="mixed"
starting point for the table of contents. If empty (the default), will show the entire table. If set to an article ID number, will show only the pages below that article in the document tree. If set to “this” or any other word, will use the current page as the root.add_start="boolean"
If set, the root page is added as the first item in the table. Unset by default.
Example usage
<txp:soo_multidoc_toc root="30" add_start="1" />