Header/footer
</> Source
<!DOCTYPE html>
<html>
<head>
<title>Header/footer</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!--
add the following style
<style>
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}
</style>
-->
<script>
// init layout
// var myLayout = new dhtmlXLayoutObject(document.body, "3L");
function openLayout() {
window.open("inc/header_footer.html");
}
</script>
</head>
<body>
<input type="button" onclick="openLayout();" value="open demo">
</body>
</html>
Documentation
Check documentation to learn how to use the components and easily implement them in your applications.