To expand on Stefan's comment, here is a short example:
Template: Left Nav - Level 1 [Selected]
<!-- Skip this level -->
<navigation:nextlevel>
Template: Left Nav - Level 2 [Selected]
<!-- Show Headline and Next Level-->
<%!! Context:CurrentIndex.Headline !!%>
<ul>
<navigation:nextlevel>
</ul>
Template: Left Nav - Level 3-4 [Not Selected]
<!-- Show Link -->
<li>
<a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a>
</li>
Template: Left Nav - Level 3-4 [Selected]
<!-- Show Link and Next Level -->
<li>
<a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a>
<ul>
<navigation:nextlevel>
</ul>
</li>
Best,
- Eric
On Sep 18, 5:14 am, Stefan Buchali <[email protected]> wrote:
> I'm not sure if I got you right, but I think you will need to
> configure your navigation area as follows:
>
> level 1/2 selected
> no "not selected" option
> (to show the route)
>
> level 3/4 selected/not selected
> (to show a normal menu)
>
> -Stefan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---