Advanced fullscreen init

</> Source
<!DOCTYPE html>
<html>
<head>
	<title>Advanced fullscreen init</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
	<script>
		function openSidebar() {
			window.open("inc/fullscreen_advanced.html");
		}
	</script>
</head>
<body>
	<input type="button" onclick="openSidebar();" value="Open advanced fullscreen init demo">
</body>
</html>

Documentation

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