Skip to content

Commit

Permalink
Corrections sur le calendrier mensuel
Browse files Browse the repository at this point in the history
  • Loading branch information
jchome committed Jun 8, 2015
1 parent 4ff7f5e commit 61d6b57
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 153 deletions.
133 changes: 0 additions & 133 deletions calendarGantt-demo-test.html

This file was deleted.

2 changes: 0 additions & 2 deletions calendarGantt-monthDemo-src.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
timeline.lang = 'en';
timeline.cellWidth = 40;
timeline.drawElements();
timeline.updateCallback();


evt1.jObject.mouseover(
Expand All @@ -121,7 +120,6 @@
change: function( event, ui ) {
timeline.cellWidth = ui.value;
timeline.drawElements();
timeline.updateMonthCallback();
$("#zoomValue").html(ui.value);
}
});
Expand Down
5 changes: 2 additions & 3 deletions calendarGantt-monthDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Calendar -->
<link href="js/ganttCalendar/css/ganttCalendar.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="js/ganttCalendar/ganttCalendar-src.js" type="text/javascript"></script>
<script src="js/ganttCalendar/ganttCalendar-1.3-min.js" type="text/javascript"></script>



Expand Down Expand Up @@ -231,14 +231,13 @@ <h1>GanttCalendar Demo</h1>
default:
break;
}
this.updateOccupation();
}
);

timeline.lang = 'en';
timeline.cellWidth = 40;
timeline.drawElements();
timeline.updateMonthCallback();
timeline.updateCallback();


evt1.jObject.mouseover(
Expand Down
7 changes: 0 additions & 7 deletions calendarGantt-weekDemo-src.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,12 @@
default:
break;
}
this.updateOccupation();
}
);

timeline.lang = 'fr';
timeline.cellWidth = 150;
timeline.drawElements();
timeline.updateCallback();

evt1.jObject.mouseover(
function(e){
Expand All @@ -139,7 +137,6 @@
change: function( event, ui ) {
timeline.cellWidth = ui.value;
timeline.drawElements();
timeline.updateWeekCallback();
$("#zoomValue").html(ui.value);
}
});
Expand Down Expand Up @@ -272,15 +269,12 @@ <h1>GanttCalendar Demo</h1>
default:
break;
}
this.updateOccupation();
}
);

timeline.lang = 'fr';
timeline.cellWidth = 150;
timeline.drawElements();
timeline.updateWeekCallback();


evt1.jObject.mouseover(
function(e){
Expand All @@ -303,7 +297,6 @@ <h1>GanttCalendar Demo</h1>
change: function( event, ui ) {
timeline.cellWidth = ui.value;
timeline.drawElements();
timeline.updateWeekCallback();
$("#zoomValue").html(ui.value);
}
});
Expand Down
6 changes: 3 additions & 3 deletions calendarGantt-weekDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Calendar -->
<link href="js/ganttCalendar/css/ganttCalendar.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="js/ganttCalendar/ganttCalendar-src.js" type="text/javascript"></script>
<script src="js/ganttCalendar/ganttCalendar-1.3-min.js" type="text/javascript"></script>


<script type="text/javascript">
Expand Down Expand Up @@ -234,7 +234,7 @@ <h1>GanttCalendar Demo</h1>
{name:"Ampli", id:102}]
}]
},
function(){ // updateWeekCallback()
function(){ // updateCallback()
switch(this.year){
case 2011:
break;
Expand Down Expand Up @@ -282,7 +282,7 @@ <h1>GanttCalendar Demo</h1>
timeline.lang = 'fr';
timeline.cellWidth = 150;
timeline.drawElements();
timeline.updateWeekCallback();
timeline.updateCallback();


evt1.jObject.mouseover(
Expand Down
7 changes: 3 additions & 4 deletions calendarGantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<script src="js/jquery/jquery-ui.min.js" type="text/javascript"></script>

<!-- Vector -->
<script src="js/vectorManager/vectorManager-1.2-min.js" type="text/javascript"></script>
<link href="js/vectorManager/vectorManager.css" rel="stylesheet">
<script src="https://cdn.rawgit.com/jchome/vectorManager/master/js/vectorManager-1.3-min.js" type="text/javascript"></script>
<link href="https://cdn.rawgit.com/jchome/vectorManager/master/css/vectorManager.css" rel="stylesheet">

<!-- Calendar -->
<link href="js/ganttCalendar/css/ganttCalendar.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="js/ganttCalendar/ganttCalendar-1.1-min.js" type="text/javascript"></script>
<script src="js/ganttCalendar/ganttCalendar-1.3-min" type="text/javascript"></script>


<script type="text/javascript">
Expand Down Expand Up @@ -78,7 +78,6 @@

timeline.lang = 'fr';
timeline.drawElements();
timeline.updateMonthCallback();

evt1.jObject.mouseover(
function(e){
Expand Down
Loading

0 comments on commit 61d6b57

Please sign in to comment.