Context menu dynamical loading
</> Source
<!DOCTYPE html>
<html>
<head>
<title>Context menu dynamical loading</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/>
<script src="../../../codebase/dhtmlx.js"></script>
<script>
var myContextMenu;
function doOnLoad() {
myContextMenu = new dhtmlXMenuObject({
parent: "contextArea",
context: true,
icons_path: "../common/imgs/",
dynamic: "../common/dhxmenu_dynload_json.php"
});
}
</script>
</head>
<body onload="doOnLoad();">
<div style="height: 400px; position: relative;">
<div id="contextArea" style="position: absolute; left: 100px; top: 100px; width: 100px; height: 60px; border: #C1C1C1 1px solid; background-color: #E7F4FF;"></div>
</div>
</body>
</html>
Documentation
Check documentation to learn how to use the components and easily implement them in your applications.