My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1392: Update 'weekends' option from Javascript
5 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 293
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting