fixed render() bug, final touches for 1.4.4
This commit is contained in:
parent
16edfe71e7
commit
4a26b0ab04
10 changed files with 198 additions and 35 deletions
|
@ -12,6 +12,7 @@
|
|||
$(document).ready(function() {
|
||||
$('#calendar').fullCalendar({
|
||||
//weekends: false,
|
||||
//defaultView: 'agendaWeek',
|
||||
|
||||
header: {
|
||||
left: 'prev,next today',
|
||||
|
@ -70,7 +71,7 @@
|
|||
//return false;
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
eventMouseover: function(event, jsEvent, view) {
|
||||
console.log('MOUSEOVER ' + event.title);
|
||||
//console.log(jsEvent);
|
||||
|
@ -83,7 +84,7 @@
|
|||
//console.log(view);
|
||||
//console.log(this);
|
||||
},
|
||||
*/
|
||||
|
||||
|
||||
eventDragStart: function(event, jsEvent, ui, view) {
|
||||
console.log('DRAG START ' + event.title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue