adds a context zone to a context menu
zoneId | string | id of the object on a page to render as a context zone |
<!-- first add node -->
<body>
<div id="Cnt_zone"> </div>
</body>
//then init menu and render the node above as a context menu
var myMenu = new dhtmlXMenuObject();
myMenu.renderAsContextMenu();
myMenu.addContextZone("Cnt_zone");