TOP

v65:layoutLeftNav

<v65:layoutLeftNav></v65:layoutLeftNav>

Description: This tag displays a nested list of links of children pages under the current page.

Optional Attributes:

startDepth: The text that separates Your Account and Login

default: "2"
usage: <v65:layoutLeftNav startDepth="2"></v65:layoutLeftNav>

HTML Source Output:

<ul>
    <li><a href="/Sub-Page-1" class=" ">Sub Page 1</a></li>
    <li><a href="/Sub-Page-2" c lass=" ">Sub Page 2</a>
        <ul>
            <li><a href="/Sub-Sub-Page-1" class=" ">Sub-Sub Page 1</a></li>
            <li><a href="/Sub-Sub-Page-2" class=" ">Sub-Sub Page 2</a></li>
            <li><a href="/Sub-Sub-Page-3" class=" ">Sub-Sub Page 3</a></li>
            <li><a href="/Sub-Sub-Page-4" class=" ">Sub-Sub Page 4</a></li>
        </ul>
    </li>
    <li><a href="/Sub-Page-3" class=" ">Sub Page 3</a></li>
    <li><a href="/Sub-Page-4" class=" ">Sub Page 4</a></li>
</ul>

Base CSS from vin65.css:
.v65-selected - attached to link if it is the current page
.v65-pageAParent - attached if link is a parent of the current page