Check documentation for the latest version of dhtmlxSuite getAttachedMenu DHTMLX Docs

getAttachedMenu

returns dhtmlxMenu instance attached to component's top

dhtmlXMenuObject getAttachedMenu();
dhtmlXMenuObjectdhtmlXMenuObject instance

Example

var myMenu = dhxComponent.attachMenu();
 
// somewhere in other place
var attachedMenu = dhxComponent.getAttachedMenu();

Back to top