Try looking in the header FreeMarker templates. They call a static Java
method to get information for the main navigation. There is no menu
widget for main navigation.
Adrian Crum
Sandglass Software
www.sandglass-software.com
On 10/14/2015 5:55 AM, Julien NICOLAS wrote:
Hi,
I'm fighting with the 13.07 to get the 2nd level menu list.
I want to make a summary menu that show menu for all applications. This
is a pity that it's a nightmare to get the link from a component that is
not the current one.
I'm lost in the ModelMenuItem and other WidgetWorker. I know that my
list (including the precious menu link) could be find in the
renderSimpleMenuString but all is stored in a Appendable variable
(called writer) that I don't know how to use...
Impossible for me to extract the link from the list created from menu
location.
Is anybody have a clue on how to extract the link (not only the URI, the
complete link).
I continue to dig so, if I finally found something, l'll send the
solution or the give up message here.
Thanks in advance for your help,
Julien.