menu_group

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "menu_group".
... in dropdown.naml
809
810
811
812
813
<macro name="menu_group" dot_parameter="options" parameters="text">
    dropdown.startGroup('<n.javascript_string_encode.text/>');
    <n.options/>
    dropdown.endGroup();
</macro>