How can I scroll content horizontally with fullcalendar scheduler? -
using heavily customized version of scheduler, i'm getting reports users having trouble figuring out how scroll horizontally. imagine it's because scrollbar @ bottom of schedule , on mac os, it's potentially hidden if user has trackpad.
my schedule functions similar this one minus vertical scroll. if you're on apple laptop , using trackpad it's won't see scrollbar @ all. if scroll bar visible, it's buried under page's fold.
ideally, i'd have arrows near times users click left or right , view scroll left or right. i've been unable figure out way programmatically call $.animate({ scrollleft: ... }) on piece of scheduler , scroll both contents events and header times are.
it looks can , set position of @ least timeline $( '.fc-time-area .fc-content table' ).offset()
won't move contents of schedule itself.
any idea how can move schedule content (events) , timeline in sync each other?
bonus internet points if can tell me how ensure i'd move container it's end. (i.e. if schedule day ends @ 10pm, don't allow me change offset beyond 10pm)
Comments
Post a Comment