PCHW#41592 fullcalendar height aangepast naar initiële hoogte parent window

svn path=/Website/trunk/; revision=35015
This commit is contained in:
2017-08-18 14:22:11 +00:00
parent c60aa91044
commit 709068bede
2 changed files with 4 additions and 2 deletions

View File

@@ -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);

View File

@@ -81,7 +81,7 @@ DOCTYPE_Disable = 1;
},
titleFormat: {
month: 'MMMM yyyy', // September 2009
week: "d[ MMM][ yyyy]{ '&#8212;' d MMM yyyy}", // 7 - 13 Sep 2009
week: "d[ MMM][ yyyy]{ '&#8211;' 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>