returns dhtmlxMenu instance attached to a window
object | dhtmlXMenuObject instance |
var myMenu = myWins.window(id).attachMenu();
// somewhere in a different place
var attachedMenu = myWins.window(id).getAttachedMenu();
Back to top