Difference: HierarchicalNavigation (2 vs. 3)

Revision 32006-11-25 - TWikiContributor

 
META TOPICPARENT name="WebHome"

Hierarchical Navigation

Navigation block that displays the current topic, its parent and children (if any).
This is intended to be included in other topics, for example in a side navigation bar (WebLeftBar).

NOTE: The lookup for parent and children will increase the loading time of your pages.

Usage

Two sections are defined:
  • all
  • children

Displaying the Parent - Current - Children block

%INCLUDE{"%SYSTEMWEB%.HierarchicalNavigation" section="all"}%
generates:

<--/twikiHierarchicalNavigation-->

When included in WebLeftBar (using default Pattern skin) this is styled to:

<--/twikiHierarchicalNavigation-->

Displaying child topics

*Child topics:*
%INCLUDE{"%SYSTEMWEB%.HierarchicalNavigation" section="children"}%
generates:

Child topics:

<--/twikiHierarchicalNavigation-->
Added:
>
>
When included in WebLeftBar (using default Pattern skin) this is styled to:
 
Changed:
<
<
>
>
<--/twikiHierarchicalNavigation-->
Deleted:
<
<
 
Deleted:
<
<
  • HierarchicalNavigation
<--twikiChildTopics-->
<--/twikiHierarchicalNavigation-->
 
Added:
>
>
%STARTSECTION{name="all"}%<div class="twikiHierarchicalNavigation">
<ul>
%SEARCH{
"parent"
type="query"
topic="%BASETOPIC%"
web="%BASEWEB%"
nonoise="on"
format="<li class='twikiParentTopic'><img src='%ICONURL{parent_gray}%' width='16' height='16' alt='' border='0' /> [[$web.$parent][$parent]]</li>"
}%
<li class='twikiCurrentTopic' style='font-weight:bold;'><nop>%BASETOPIC%</li>%INCLUDE{"%TOPIC%" section="childlist"}%
</ul>
</div><!--/twikiHierarchicalNavigation-->%ENDSECTION{name="all"}%
 
Changed:
<
<
>
>
<--/twikiHierarchicalNavigation-->
Deleted:
<
<
<--twikiChildTopics-->
<--/twikiHierarchicalNavigation-->
 
Changed:
<
<
>
>
%SEARCH{
Added:
>
>
"parent.name='HierarchicalNavigation'" web="TWiki" type="query" nonoise="on" format="
  • $topic
  • " }%
     
     
    This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
    Ideas, requests, problems regarding TWiki? Send feedback
    Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.HierarchicalNavigation.