Documentation
Table of Contents
Description
The Table of Contents module displays a presentation's table of contents with links to corresponding pages.
Properties
The list starts with the common properties, learn more about them by visiting the Modules description section. The other available properties are described below.
Property name | Description |
---|---|
Don't show pages | This option allows the user to define which page numbers are to be hidden. The numbers should be semicolon separated, i.e. for pages: 2,4 the property value is: 2;4. |
Display Types |
|
Supported commands
Command name | Params | Description |
---|---|---|
--- | --- | --- |
CSS classes
Class name | Description |
---|---|
table-of-contents | Main class containing all module's content. |
table-of-contents-title | DIV element containing the title. |
table-of-contents-list | DIV element containing HTML list element (<ul>). If there are more pages than the module can contain, then this element is multiplied. |
table-of-contents-pagination | DIV element containing links (<a>) for inside navigation, if there are more pages than the module can contain. By default, this element is hidden. |
current-page | An element containing this class defines the page being displayed. |
Demo presentation
Demo presentation showing how to use the Table Of Contents module.