Check documentation for the latest version of dhtmlxSuite getAttachedMenu DHTMLX Docs

getAttachedMenu

returns dhtmlxMenu instance attached to a window

object getAttachedMenu();
objectdhtmlXMenuObject instance

Example

var myMenu = myWins.window(id).attachMenu();
 
// somewhere in a different place
var attachedMenu = myWins.window(id).getAttachedMenu();

Back to top