我用约姆拉2.5有问题
我以不同的方式展示我的导航。 我的主中年和子中年处于彼此分离的位置 。 ( 由 jQuery 动画我所执行的 )
There is a need to retain the menuStructure therefor i ve created the following menu:
(in this example I only give the first 2 mainMenuItems a subMenu)
- mainMenuItem #1 {Alias of subMenuHead #1}
- mainMenuItem #2 {Alias of subMenuHead #2}
- mainMenuItem #3
- mainMenuItem #4
The Submenu s:
in the settings, only the first level of Children are displayed!
- subMenuHead #1
- subMenuItem #1.1
- subMenuItem #1.2
- subMenuHead #2
- subMenuItem #2.1
- subMenuItem #2.2
My Problem?
The subMenus are only being displayed if the user is on the Parent-page or the actual page it self. Even when set they should display on all pages.
So for example:
When I navigate to mainMenuItem #3 I am unable to see any subMenus.
When I navigate to subMenuItem #1.2 I only see the subMenu of mainMenuItem #1.
When I navigate to subMenuItem #2.1 I only see the subMenu of mainMenuItem #2.
What I want:
All subMenus being displayed, on all pages (Menu Assignment is set like so).
(dutch-text) : http://www.notabilisweb.nl/tenc2012/
提前感谢!