Issue 1392: Update 'weekends' option from Javascript
Status:  Duplicate
Merged:  issue 293
Owner: ----
Closed:  Aug 2013
Reported by darkj...@fragland.co.uk, May 4, 2012
Weekends can be shown or hidden during the initial setup of the fullcalendar, but it can't be altered from Javascript afterwards.

For example, it would be handy to be able to control this via a checkbox change event:

<input type="checkbox" onchange="calendarShowWeekend(this);" />Show Weekends?
..
function calendarShowWeekend(chkbox) {
  $("#calendar").fullCalendar('option', 'weekends', chkbox.checked);
  $("#calendar").fullCalendar('render');
}

Regards,
Dan
Aug 13, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Labels: -Type-Enhancement Type-Feature
Mergedinto: 293