returns dhtmlxMenu instance attached to component's top
dhtmlXMenuObject | dhtmlXMenuObject instance |
var myMenu = dhxComponent.attachMenu();
// somewhere in other place
var attachedMenu = dhxComponent.getAttachedMenu();
Back to top