Added test calendar using dhtmlxscheduler with test data
This commit is contained in:
26
calendar.html
Normal file
26
calendar.html
Normal 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>
|
||||
Reference in New Issue
Block a user