Navigational macros aim to definitely free XMLPortal from complicated configuration files and head to html markup templates.
|
Macro |
Description |
|
{@navigator:location} |
Renders a bread crumbs navigator as an HTML unordered list. |
|
{@navigator:traversal:show-title} |
Renders a traversal navigator as an HTML table with three columns. When show-title is true renders context name as well. |
|
{@navigator:options:decorators:
level:preloaded:show-current} |
Renders a menu as HTML unordered list. When decorators is true aditional DIVs are added at top and bottom. level tells starting at which level options are shown. preloaded indicates how many children are to be shown. If show-current is set to true, children passing preloaded value will show along with ancestors and siblings, as opposed to not showing any child with level over level + preloaded. |
|
{@navigator:tabulator:level} |
Renders a tabulator as HTML unordered list.level tells at which level tabs are shown. |