source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/samples/03_extensions/05_expand_plugin.html @ 6779

Revision 6779, 4.1 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<head>
4        <meta http-equiv="Content-type" content="text/html; charset=utf-8">
5        <title></title>
6</head>
7        <script src="../../codebase/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script>
8        <link rel="stylesheet" href="../../codebase/dhtmlxscheduler.css" type="text/css" title="no title" charset="utf-8">
9       
10       
11        <script src="../../codebase/ext/dhtmlxscheduler_expand.js" type="text/javascript" charset="utf-8"></script>
12        <link rel="stylesheet" href="../../codebase/ext/dhtmlxscheduler_ext.css" type="text/css" title="no title" charset="utf-8">
13
14       
15<style type="text/css" media="screen">
16        html, body{
17                margin:0px;
18                padding:0px;
19                height:100%;
20        }       
21</style>
22
23<script type="text/javascript" charset="utf-8">
24        function init() {
25                scheduler.config.xml_date="%Y-%m-%d %H:%i";
26                scheduler.init('scheduler_here',new Date(2009,5,30),"month");
27                scheduler.load("../common/events.xml");
28        }
29</script>
30
31<body onload="init();">
32Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content.
33
34        <div id="scheduler_here" class="dhx_cal_container" style='width:600px; height:600px;'>
35                <div class="dhx_cal_navline">
36                        <div class="dhx_cal_prev_button">&nbsp;</div>
37                        <div class="dhx_cal_next_button">&nbsp;</div>
38                        <div class="dhx_cal_today_button"></div>
39                        <div class="dhx_cal_date"></div>
40                        <div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div>
41                        <div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div>
42                        <div class="dhx_cal_tab" name="month_tab" style="right:76px;"></div>
43                </div>
44                <div class="dhx_cal_header">
45                </div>
46                <div class="dhx_cal_data">
47                </div>         
48        </div>
49       
50
51Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content. Some other content.         
52</body>
Note: See TracBrowser for help on using the repository browser.