Sample: dhtmlxWindows Attaching dhtmlxMenu to Modal Window dhtmlxWindows main page
X
 
<head>
    <!-- attaching a dhtmlxMenu -->
    <script src="../../../dhtmlxMenu/codebase/dhtmlxmenu.js"></script>
    <link rel="stylesheet" type="text/css" href="../../../dhtmlxMenu/codebase/skins/dhtmlxmenu_dhx_blue.css">
    
    <!-- attaching necessary js files -->
    <script src="../../codebase/ext/dhtmlxwindows_wmn.js"></script>
</head>
 
<script>
 
    var dhxWins = new dhtmlXWindows();
    ...
    var w1 = dhxWins.createWindow("w1", ...);
    // attaching a dhtmlxMenu
    var menu = w1.attachMenu();
</script>