Closed dawnerd closed 10 years ago
Adds option to scroll to first event.
Usage:
$('#weekly').weekly({ scrollFirstEvent: 'today' });
or
el.weekly('setScrollFirstEvent', 'everyday');
Valid values:
'today'
'everyday'
'2013-12-25'
new Date(2013, 0, 25)
false
If there's no events to scroll to, it defaults to startTimeScrollOffset or 8am.
startTimeScrollOffset
Adds option to scroll to first event.
Usage:
or
Valid values:
'today'
'everyday'
'2013-12-25'
new Date(2013, 0, 25)
false
If there's no events to scroll to, it defaults to
startTimeScrollOffset
or 8am.