TOP

v65:layoutSubMenu

<v65:layoutSubMenu></v65:layoutSubMenu>

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

Optional Attributes:

pageID: Show the children of a specific page.

default: the page the tag resides on
useage: <v65:layoutSubMenu pageID="b15862a8-2264-112b-b148-a78b33fd9e02"></v65:layoutSubMenu>

HTML Source Output:

<ul>
    <li><a href="/Sub-Page-1" class=" ">Sub Page 1</a></li>
    <li><a href="/Sub-Page-2 " class=" ">Sub Page 2</a></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