Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Menus



It is possible to add a custom content to the left menu, and also add a custom right menu to the index file.

Default menu content

Main Article: Default left menu

By default there is no right menu, and the left menu contains:

Default menus types

The possible menus types for default menu items are:
  • "home" for a link to the index page
  • "dictionary" for a link to the dictionary
  • "categories" for a link to the categories
  • "glossary" for a link to the glossary
  • "linksFrom" for the What links here text for the menu which presents for each article the articles which link to this article

Styling the left menu


The left menu is a Stylable syntax elements, which means that you can set its "class" and "style" elements. For example:
  <leftMenu onIndex="true" style="font-size: 10px;">
  ...
Note that it is possible to style the left menu ithout cusotmizing its content, therefore the following menu specification is valid:
   <leftMenu onIndex="true" style="font-size: 10px;"/>

Adding custom content to the left menu

Main Article: Custom left menu

There are two ways to add custom content to the left menus:
  • By adding new custom items to the menu
  • By adding a custom content to the menu

Adding a custom right menu

The configuration file allows to specify a file containing the custom HTML content for the right menu on the index article.

See also


Categories: general

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.