PCHW#41592 fullcalendar height aangepast naar initiële hoogte parent window
svn path=/Website/trunk/; revision=35015
This commit is contained in:
@@ -14,6 +14,7 @@ var JSON_Result = true;
|
||||
%>
|
||||
<!-- #include file="../Shared/common.inc" -->
|
||||
<!-- #include file="../Shared/json2.js" -->
|
||||
|
||||
<%
|
||||
// fullCalendar werkt een factor 1000 kleiner met hun datums dan wij.
|
||||
var date_from = new Date(getQParamInt("start") * 1000);
|
||||
|
||||
@@ -81,7 +81,7 @@ DOCTYPE_Disable = 1;
|
||||
},
|
||||
titleFormat: {
|
||||
month: 'MMMM yyyy', // September 2009
|
||||
week: "d[ MMM][ yyyy]{ '—' d MMM yyyy}", // 7 - 13 Sep 2009
|
||||
week: "d[ MMM][ yyyy]{ '–' d MMM yyyy}", // 7 - 13 Sep 2009
|
||||
day: 'dddd d MMMM yyyy' // Dinsdag 8 Sep 2009
|
||||
},
|
||||
dayNames: calendar_names.days,
|
||||
@@ -101,7 +101,8 @@ DOCTYPE_Disable = 1;
|
||||
$("span.loading").css('visibility', isLoading?'visible':'hidden');
|
||||
},
|
||||
dayClick: function() {
|
||||
}
|
||||
},
|
||||
height: $(window).height()
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user