Project | WXT | Basics | Download | Documentation | Samples

PI: path

The purpose of a path is to produce a list of links to all modules between this module and top of module tree (both included). Also known as "breadcrumb". If the path has length 1, that is the using module is a topmodule, the path is ignored.

<?_wxt path divider=""?>

The parameters are:

divider (optional) The string we want to include between each link. Default is |.

Styleclass describing this PI is: wxtpath. See distributed std styles.

Examples:

<div>
<?_wxt path ?>
</div>