javascript - Fullcalendar --- Add / change Optioions on the fly -


i have found in source code:

// function adding/overriding defaults function setdefaults(d) {     $.extend(true, defaults, d); } 

i added

fc.setdefaults = setdefaults; 

to have access function. try change options , render whole calendar them, nothing happens.

$.fullcalendar.setdefaults({    axisformat:"h:mm" }); $('#calendar').fullcalendar('render'); 

is there way / set options after calendar created?


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -