CodeCharge Studio

Path Overview

HTML

<!-- BEGIN Path NewPath1 -->
<table width="100%">
  <tr>
    <td><a href="{PathBeginLink_Src}">Main</a>
      <!-- BEGIN PathComponent -->
      <a href="{PathCategory_Src}">{PathCategory}</a> 
      <!-- END PathComponent -->
      <!-- BEGIN CurrentCategory -->
      {CurrentCategory}
      <!-- END CurrentCategory --></td>
  </tr>
</table>
<!-- END Path NewPath1 -->

Image

Description

The Path component is mainly used in conjunction with the Directory form to provide a sequential list of links leading up to a category within a hierarchy. The data source of a Path component corresponds to a listing of hierarchical categories. As the user browses through the categories, the path component displays the path leading up to the current category from the root category.

For further information about the Path component, please refer to the Directory Form section of the User's Guide.

See also

Path Reference


On-line, printable versions and updates