Menu

Navbar

Bhargav Ekbote

The navigation bar (navbar for short) is a menu in LetsChat that can be used to navigate through and between different pages, it is straightforward to customise and add extra sections to.

In LetsChat 6.0.2 and onwards, there is now a navbar template located in the Components sub-directory under src directory.

<div class="collapse navbar-collapse" id="myNavbar">
        <ul class=" nav navbar-nav">
            <li><a href="extra.html">Experiments</a></li>
            <li><a href="filter.html">Realtime Filters</a></li>
            <li><a href="#whatsnew">  </a></li>
            <li><a href="#contact"> </a></li>
        </ul>
    </div>

Over here you can customise the name:

<a class="navbar-brand" href="kwitter_room.html">
            LetsChat
        </a>
NOTE: As of LetsChat version 6.0 the navbar now has a new file for theming it, making it independent from the universal style.css file.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.