BEWSoftware MDj Core Library

Navigation Bar (NavBar)

The NavBar is an extended version of the normal list feature. As of version 0.6.7, Lists can now have a < class=""> attribute as well as an < id=""> attribute.

The syntax is:

The use of this feature in creating a navigation bar, requires the CSS to be properly setup with the classes. If you use the default "navstyle.css" stylesheet, as is setup in the templates: "article_2" and "article_3", all you need to do to change the look is to modify the stylesheet settings.

As you can imagine, the NavBar is only one way of utilizing this feature. Have fun :-)

    
@@@[#navbar]
- [Home]
- [@active] [Navigation Bar](#)
- [Lists]
    - [Link 1](#)
    - [Link 2](#)
    - [Link 3](#)
- [@right] [About]

[Home]:index.html
[Lists]:Lists.html
[Navigation Bar]:NavBar.html
[About]:About.html
@@@