If you are using version 7.1 or above make use of the navigation
manager for that.
There is a small description on how to do it in the changelog in v7.x
Or install the up-and-away project which comes with the install and
have a look inside this one to copy this functionality.
Hope that is helpful.

Cheers,
Markus

On 23 Jul., 01:58, Arsalan <[email protected]> wrote:
> Attached is the picture of what I'm trying to achieve.
>
> ________________________________
> From: bobbykjack <[email protected]>
> To: RedDot CMS Users <[email protected]>
> Sent: Wednesday, July 22, 2009 10:56:48 AM
> Subject: Re: How do I create Nested List ?
>
> If you need to use the list for something like navigation, on the
> other hand, it can be very tricky for all but the simplest
> functionality. I believe that navigation manager can be used to create
> 'complex' navigations, but that's a whole new bunch of training,
> manuals, etc. In the end, to resolve a problem regarding the
> highlighting of the current page in the navigation, I had to resort to
> a javascript solution.
>
> - Bobby
>
> On Jul 22, 4:55 pm, bobbykjack <[email protected]> wrote:
>
>
>
> > Creating a nested list is fairly easy - just break up the template
> > into pieces accordingly. For example, a list is a ul containing a
> > number of items, each of which can be an li. That li can contain
> > standard text, or another list.
>
> > BTW, your markup above is invalid. Each nested ul should live within
> > an li; an li is the only valid child element of a ul.
>
> > - Bobby
>
> > On Jul 21, 5:00 pm, ajamils <[email protected]> wrote:
>
> > > Hello,
>
> > > How can I create nested list in CMS Version 9 ? I have the following
> > > code that I need to convert to a list tag.
>
> > > <ul>
> > >         <li>Text and link</li>
> > >             <ul>
> > >                 <li class="sub">Text and link</li>
> > >                 <li class="sub">Text and link</li>
> > >                 <li class="sub">Text and link</li>
> > >             </ul>
> > >         <li>Text and link</li>
> > >         <li>Text and link</li>
> > >              <ul>
> > >                 <li class="sub">Text and link</li>
> > >                 <li class="sub">Text and link</li>
> > >              </ul>
> > > </ul>
>
> > > Thanks in advance.
> > > Arsalan
>
>
>
>  nav.JPG
> 21KAnzeigenHerunterladen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to