Project | WXT | Basics | Download | Documentation | Samples

PI: modulemenu

The purpose of a modulemenu is to produce a menu (link to other modules) that shows the modules ancestors, siblings and children. Thus it is different from a ModuleMap which displays a complete module tree.

<?_wxt modulemenu?>

The parameters are:

root (optional) The id of the module that defines the subtree we will use.
summary (optional) Possible vaules are yes and no. If yes, the summary of the references module will expand on mouseover. Default is no, which expands the modules name.

Examples:

<div>
<?_wxt modulemenu?>
</div>