XSLT Function: BaileyWeb.University.Navigation.ShowMainNavigationList

The XSLT Function named ShowMainNavigationList produces the main navigation elements of the page.

Files

The following files are supplied with the University Package:

  • ~/App_Data/Xslt/BaileyWeb/University/Navigation/ShowMainNavigationList.cshtml

Parameters

None. OR

There are COUNT parameters:

Parameter: Label: Help: Type: Default: Widget:
NAME LABEL HELP TYPE VALUE  

Function Markup

<f:function name="Composite.Web.Html.SyntaxHighlighter" xmlns:f="http://www.composite.net/ns/function/1.0">

Sub Functions

Text Strings

This function uses the following localisation resources:

Sample Output

<html xmlns="http://www.w3.org/1999/xhtml">
    <head/>
    <body>
        <ul role="menubar nav" class="nav nav-tabs">
            <li>
                <a href="http://uni.baileyweb.digital/about">About Us</a>
                <f:function name="BaileyWeb.ModifiedC1.Navigation.DistributedDropdown" xmlns:f="http://www.composite.net/ns/function/1.0">
                    <f:param name="Level" value="1"/>
                    <f:param name="Parent" value="False"/>
                    <f:param name="Childs" value="False"/>
                    <f:param name="StartPage" value="3d1f2028-ced6-483b-a0e2-aa40c252a655"/>
                </f:function>
            </li>
            [...]
        </ul>
    </body>
</html>

Updated: 27 February 2022