How to render a menu widget from a FTL file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to render a menu widget from a FTL file

Bruno Busco
Hi devs,
is there a way to render a menu widget from a FTL file ?
I mean something similar to this:

       ${screens.render("component://common/widget/CommonScreens.xml#cctypes")}

that is used to render a screen.

Thank You,
-Bruno