Fórum

RE: Show all nav item childs in navigation (freemarker)

thumbnail
Travis Cory, modificado 7 Anos atrás.

RE: Show all nav item childs in navigation (freemarker)

Junior Member Postagens: 73 Data de Entrada: 04/06/13 Postagens Recentes
Hello San,

The method
getChildren()
gets the immediate children from your nav item. You'll need to call
getChildren()
on the immediate children to get the grand children (Sub 2) and so on. You can always use Freemarker Macros to generate markup for every level of navigation.