" $(window).resize(function() { debugger; $('"+FullCalendar.Id+"').fullCalendar('option', 'height', 700); }); "
" $(window).resize(function() { debugger; $('#"+MyCalendar.Id+"').fullCalendar('option', 'height', 20000); }); $(function(){ debugger; $('#"+MyCalendar.Id+"').fullCalendar('option', 'height', 20000); }); $('#"+MyCalendar.Id+"').fullCalendar({ windowResize: function(view) { debugger; alert('The calendar has adjusted to a window resize'); } }); "
Grazina wrote:
Hi Grazina,
I too want define a window for my fullcalendar, with vertical scrolls bar, to facilite the horizontal movement. I copied the attached oml and reproduced in my application, only changing the 20000 by 200. But does not work. All my resources are listed and there is no window with vertical scroll.
Best regards,
Roberto
Roberto Campos wrote:
Very interesting. In my browser, it only works if I select the 'Inspect' with rigth mouse button (code page is presented in a window) and I press the close to close the window. When the window is closed, the fullcalendar is reduced with vertical scroll bar.