ITBrix.Core.Navigation

About the webframe

This webframe generates and presents navigation menus from the site's URL map or from a manually created navigation menus

Content presentation

<ul class="level-1">
     <li class="first current-parent expanded odd custom-class">
        <a href="/ui/core/">ITBrix.Core</a>
        <ul class="level-2">
            <li class="first current odd">
                <a href="/ui/core/custom-html/">CustomHTML</a>
            </li>
            <li class="last even">
                <a href="/ui/core/user-account/">UserAccount</a>
            </li>
        </ul>
    </li>
    <li class="last even">
        <a href="/dev-guide/appendix/cheatsheets/">CheatSheets</a>
    </li>
</ul>

The HTML code above, represents the most advanced output of the webframe, which is achieved by applying some webframe attributes in its general settings.

WebFrame attributes that influence the class generation

To review how you can alter the menu item css class generation, please visit the dedicated documentation page