3-level menu

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/4/2008 3:30:56 PM
ulu
Gravatar
Total Posts 22

3-level menu

Hi,

I need a 3-level menu that works like this:

The first level should be horizontal. That's easy.

The second level should be vertical. That's implemented in several bundled skins.

The third level should be separate from the second one, and appear below it. So, instead of all 3-level sub-items appearing right under their parent, they should appear below the 2nd level menu.

Is this possible?

 

Thanks a lot

ulu

2/5/2008 2:50:13 PM
Gravatar
Total Posts 18439

Re: 3-level menu

You could try putting an extra PageMenu and SiteMapDataSouce controls in your skin and specifying a start node or start node offset.

If that doesn't work you may have to write some code but its possible to do it, just not sure exactly what you'll need to do and don't have time to investigate it myself right now.

Joe

2/6/2008 8:26:38 AM
ulu
Gravatar
Total Posts 22

Re: 3-level menu

Hi,

As I understood, the data source's ID is hardcoded into the PageMenu control. As a result, an additional PageMenu modifies the properties of thi data source and thus the contents of the first PageMenu.

It would be great if you could make the ID of the pageMapDataSource customizable -- would be much more flexible.

Thanks a lot.

ulu

2/7/2008 4:50:26 AM
Gravatar
Total Posts 18439

Re: 3-level menu

Hi,

If you're working with the code from svn, I removed the hard coding and added a property SiteMapDataSource to PageMenu.

Hope it helps,

Joe

2/8/2008 4:16:43 AM
ulu
Gravatar
Total Posts 22

Re: 3-level menu

Thanks, it helpes a lot!!!

5/5/2008 2:42:15 PM
Gravatar
Total Posts 10

Re: 3-level menu

Is there somewhere I can download the Theme Layout for mitchinson-earthy?  I want a 3 level menu navigation.  It works great in Firefox but when I use IE 7 the first child from the root only lets you click the first link.  If there is another stylesheet I could use I would greatly appreciate it.  The mojoPortal is fantastic! 

5/5/2008 3:30:34 PM
Gravatar
Total Posts 18439

Re: 3-level menu

It will be in the next release which will occur after I complete 3 more skins, hopefully by the end of the week.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.