javascript - Fullcalendar - drop external element -
i'm able drop external element calendar, i'm unable determine start / end of newly dropped event.
according docs, drop
has callback function called when valid jquery ui draggable has been dropped onto calendar.
function( date, allday, jsevent, ui ) { }
date
holds javascript date object of draggable dropped.
now i'm able start
value, object, couldn't find end
value.
thanks
Comments
Post a Comment