Added test calendar using dhtmlxscheduler with test data

This commit is contained in:
Kevin Dao
2018-08-10 00:26:46 -05:00
parent dce1b36b1b
commit b8a525d213
23 changed files with 339 additions and 1 deletions

26
calendar.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<head>
<meta content="text/html; charset=utf-8">
<script src="js/dhtmlxscheduler.js" ></script>
<link rel="stylesheet" href="css/dhtmlxscheduler.css">
<style type="text/css" media="screen">
html, body{
margin:0px;
padding:0px;
height:100%;
overflow:hidden;
}
</style>
</head>
<body>
<div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'>
<div class="dhx_cal_navline">
<div class="dhx_cal_date"></div>
</div>
<div class="dhx_cal_header"></div>
<div class="dhx_cal_data"></div>
</div>
</body>
<script src="js/calendar.js"></script>