diff options
Diffstat (limited to 'samples/scheduler/03_connector_options.html')
-rw-r--r-- | samples/scheduler/03_connector_options.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/samples/scheduler/03_connector_options.html b/samples/scheduler/03_connector_options.html index 411551c..fd85ed1 100644 --- a/samples/scheduler/03_connector_options.html +++ b/samples/scheduler/03_connector_options.html @@ -1,9 +1,8 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title></title> -</head> + <script src="../dhtmlx/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="../dhtmlx/dhtmlxscheduler.css" type="text/css" title="no title" charset="utf-8"> @@ -37,7 +36,7 @@ dp.init(scheduler); } </script> - +</head> <body onload="init();"> <div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'> <div class="dhx_cal_navline"> |