Implementing multi-level responsive navigation using a hierarchical transformation

nikita mahanty asked on May 5, 2015 14:04

I am using Hierarchical viewer for multilevel menu.I want to use it till five level.I found the code for 3 level.What will be the transformation for 5 level of submenu.

Recent Answers


Rui Wang answered on May 5, 2015 23:39

It would be the same process of adding Header, Footer and Item transformation for level 3 and 4.

Also, do you plan to display all 5 levels at the same time? or you display some kind if side level with would only display pages which is 4 or 5 levels down from root? It those cases, you just need to dynamically set the starting path from level 3 Path: /{0}/{1}/{2}/% then in the transformation, you only need to define level 0 and 1 which would be {3} & {4} relative to the starting path.

0 votesVote for this answer Mark as a Correct answer

mizrach - answered on June 23, 2016 18:09

Hi nikita mahanty could you please share the code for creating multilevel menu up to 5 level?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.