mizhael
-
9/2/2006 7:09:54 PM
Re: CMSListMenu
Hi Admin,
I need this solution as well. Please send to me.
For example,
/root /root/Services/ /root/Services/ProductA /root/Services/ProductA/Level3_ProductA_1 /root/Services/ProductA/Level3_ProductA_2 /root/Services/ProductA/Level3_ProductA_2/Level4_ProductA_2 /root/Services/ProductB /root/Services/ProductA/Level3_ProductB_1 /root/Services/ProductA/Level3_ProductB_2
When I selected Services on Top Main Nav, The TreeMenu on left Nav, should only show ProductA and ProductB only
When I selected ProductA on left Nav, The TreeMenu on left Nav, should hightlight ProductA as bold Red color and display Level3_ProductA_1 & Level3_ProductA_2 as subitem and ProductB is hidden
When I selected Level3_ProductA_1 on left Nav, The TreeMenu on left Nav, should remain hightlight ProductA as bold Red color and highlight Level3_ProductA_1 as bold Grey color and display Level3_ProductA_2 as subitem
When I selected Level3_ProductA_2 on left Nav, The TreeMenu on left Nav, should remain hightlight ProductA as bold Red color and display Level3_ProductA_1 as subitem and remain highlight Level3_ProductA_2 as bold Grey color and display Level4_ProductA_2 as sub-subitem
When I selected Level4_ProductA_2 on left Nav, The TreeMenu on left Nav, should remain hightlight ProductA as bold Red color and display Level3_ProductA_1 as subitem and remain highlight Level3_ProductA_2 as bold Grey color and display Level4_ProductA_2 as as bold Blue color
How do I get this result?
And I had try on the Webproject.Functions.GetCurrentNode().GetValue("NodeLevel"), it always said "GetCurrentNode() is not a member of Webproject.Functions".
How do I get to know what is the NodeLevel of selected MenuItem?
Please advise.
|