TOP

v65:breadCrumbs

<v65:breadCrumbs></v65:breadCrumbs>

Description: This tag displays basic bread crumb navigation.

Optional Attributes:

delimiter: The text that separates Your Account and Login

default: "&raquo;"
usage: <v65:login delimiter="&raquo;"></v65:login>

startRow: sets the depth at which to start breadcrumb

default: "&raquo;"
usage: <v65:login startRow="1"></v65:login>

endrow: sets the depth at which to end breadcrumb

default: "&raquo;"
usage: <v65:login endRow="0"></v65:login>

HTML Source Output:

<ul>
   <li>Grandpa rent</li>
   <li>»</li>
   <li>Parent</li>
   <li>»</li>
   <li>Current Page</li>
</ul>