My favorites
▼
|
Sign in
fullcalendar
ISSUE TRACKER HAS MOVED. DO NOT USE THIS (more info)
Project Home
Issues
Export to GitHub
New issue
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
106
attachment: fullcal.html
(1.4 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title id="title">Full Schedule</title>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"> </script>
<script type="text/javascript" src="js/fullcalendar.min.js"> </script>
<link href="css/fullcalendar.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function paintTodayTab()
{
$('#multimonth').fullCalendar({
//editable: true,
//aspectRatio : 1.5,
//weekMode : 'liquid',
//disableResizing : true,
//header: {
//left: 'prev today',
//center: 'title',
//right: 'next'
//},*/
}).show();
$("#navbarsubtabs-1").show();
}
$(document).ready(function(){
paintTodayTab();
});
</script>
</head>
<body id="body">
<center>
<div id="contentBody">
<div id="mainbody">
<div style="display: none;" id="navbarsubtabs-1" class="navbarsubtabcontent">
<div id="multimonth"></div>
</div> <!-- navbartabs-1 -->
</div> <!-- mainBody -->
</div><!-- contentBody -->
</center>
</body>
</html>
Powered by
Google Project Hosting