Fullscreen init

</> Source
<!DOCTYPE html>
<html>
<head>
	<title>Fullscreen init</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/fullscreen_inner.html");
		}
	</script>
</head>
<body>
	<input type="button" onclick="openLayout();" value="Open fullscreen layout demo">
</body>
</html>

Documentation

Check documentation to learn how to use the components and easily implement them in your applications.